X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=6bc5baa42d396d3f3220d22511ef1cbcba284731;hb=348abadd910a29af82380c3b896f4eb4b2467483;hp=af625203e351e7e3bb8f3d8295d4fabde1b54ac7;hpb=4c1dc967fd477540e82566fff8d60e1c67ff3ca1;p=rugen diff --git a/src/Makefile.am b/src/Makefile.am index af62520..6bc5baa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,15 +13,14 @@ 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_CFLAGS = `pkg-config --cflags gthread-2.0 mlt-melted mlt-mvcp` rugen_LDADD = @PACKAGE_LIBS@ -rugen_LDFLAGS = `pkg-config --libs gthread-2.0` `mlt-config miracle --libs` - +rugen_LDFLAGS = `pkg-config --libs gthread-2.0 mlt-melted mlt-mvcp`