X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=3cbd28d6afffc1ac600511f59e5fb404b2d2c889;hb=85f2c09e98e0f0a658ce162ada362274b90a72d9;hp=0e4ec86a6cb223d77fa13dd3f1d139b55e4798c0;hpb=8c2cc339159f5e4a7e5d1edf0de373c2946e93a9;p=omnplay diff --git a/src/Makefile.am b/src/Makefile.am index 0e4ec86..3cbd28d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,10 @@ 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 \ omnplay.cpp omnplay.h omnplay_LDADD = @GTHREAD_LIBS@ @GTK_LIBS@ @OM_LIBS@