X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=4f30e033d460403a3179dc8013ae590667f74edc;hb=015a189138f13c3a2729f447153f204e4db05de3;hp=af625203e351e7e3bb8f3d8295d4fabde1b54ac7;hpb=4c1dc967fd477540e82566fff8d60e1c67ff3ca1;p=rugen diff --git a/src/Makefile.am b/src/Makefile.am index af62520..4f30e03 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,6 @@ 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 \ @@ -21,7 +20,6 @@ rugen_SOURCES = \ page_units.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`