introduce basic player structs
[omnplay] / src / Makefile.am
index 0e4ec86..1c83cb8 100644 (file)
@@ -10,7 +10,9 @@ bin_PROGRAMS = omnplay
 omnplay_SOURCES = \
        main.c \
        support.c support.h \
-       ui.c ui.h \
+       ui.c ui.h ui_utils.h \
+       ui_buttons.c ui_buttons.h \
+       opts.c opts.h \
        omnplay.cpp omnplay.h
 
 omnplay_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @OM_LIBS@