X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=2be38cc899dfd4e4c1b8725c12d4c01c141a5660;hb=5b8660aa24307a5ea69119579e7e060860a786b9;hp=af625203e351e7e3bb8f3d8295d4fabde1b54ac7;hpb=4c1dc967fd477540e82566fff8d60e1c67ff3ca1;p=rugen diff --git a/src/Makefile.am b/src/Makefile.am index af62520..2be38cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,15 +13,12 @@ rugen_SOURCES = \ interface.c interface.h \ callbacks.c callbacks.h \ dv1394app.c dv1394app.h \ - util.c util.h \ page.c page.h \ page_clips.c \ page_command.c \ page_status.c \ page_units.c \ + page_operate.c \ gtkenhancedscale.c gtkenhancedscale.h -rugen_CFLAGS = `pkg-config --cflags gthread-2.0` `mlt-config miracle --cflags` rugen_LDADD = @PACKAGE_LIBS@ -rugen_LDFLAGS = `pkg-config --libs gthread-2.0` `mlt-config miracle --libs` -