fix playlist loads and display
[omnplay] / src / Makefile.am
index 0e4ec86..f7b2fe1 100644 (file)
@@ -10,7 +10,11 @@ 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 \
+       playlist.c \
+       timecode.c timecode.h \
        omnplay.cpp omnplay.h
 
 omnplay_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @OM_LIBS@