X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=f7b2fe1edd39b76ff0e5c4968927cd374251baf6;hb=96b75bbe817138205ca313e5be93d952a888a4ef;hp=0e4ec86a6cb223d77fa13dd3f1d139b55e4798c0;hpb=8c2cc339159f5e4a7e5d1edf0de373c2946e93a9;p=omnplay diff --git a/src/Makefile.am b/src/Makefile.am index 0e4ec86..f7b2fe1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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@