X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmptr_mplayer%2FMakefile.am;h=08dcb807b4b7c1425281ab6e7b4ea1bed714557a;hb=05325009d7c144099bb06a0bff8e2af04c51690c;hp=e18f46e94289fe8033e6024918ae518bc9c1bad3;hpb=16b3beced25134bef064705568ecb893a6be4e79;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mptr_mplayer/Makefile.am b/synfig-core/trunk/src/modules/mptr_mplayer/Makefile.am index e18f46e..08dcb80 100644 --- a/synfig-core/trunk/src/modules/mptr_mplayer/Makefile.am +++ b/synfig-core/trunk/src/modules/mptr_mplayer/Makefile.am @@ -1,15 +1,15 @@ -# $Header: /opt/voria/cvs/sinfg/src/modules/mptr_mplayer/Makefile.am,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $ +# $Id$ MAINTAINERCLEANFILES=Makefile.in -INCLUDES = -I$(top_srcdir)/src +INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src moduledir=@MODULE_DIR@ module_LTLIBRARIES = libmptr_mplayer.la libmptr_mplayer_la_SOURCES = main.cpp mptr_mplayer.cpp mptr_mplayer.h libmptr_mplayer_la_LDFLAGS = -module -no-undefined -libmptr_mplayer_la_LIBADD = -L../../sinfg -lsinfg @SINFG_LIBS@ +libmptr_mplayer_la_LIBADD = -L../../synfig -lsynfig @SYNFIG_LIBS@