X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fexample%2FMakefile.am;h=1b5d892d3500980e9c2eaadef78a14890df2145b;hb=fbf931812d7fc58c6457c898c7758debbf56a3b5;hp=e20012fd9e8be1a8e04a6890c57d31e7ed2d9c0b;hpb=16b3beced25134bef064705568ecb893a6be4e79;p=synfig.git diff --git a/synfig-core/trunk/src/modules/example/Makefile.am b/synfig-core/trunk/src/modules/example/Makefile.am index e20012f..1b5d892 100644 --- a/synfig-core/trunk/src/modules/example/Makefile.am +++ b/synfig-core/trunk/src/modules/example/Makefile.am @@ -1,4 +1,4 @@ -# $Header: /opt/voria/cvs/sinfg/src/modules/example/Makefile.am,v 1.1.1.1 2005/01/04 01:23:09 darco Exp $ +# $Id$ MAINTAINERCLEANFILES=Makefile.in @@ -8,6 +8,6 @@ moduledir=@MODULE_DIR@ module_LTLIBRARIES = libexample.la libexample_la_SOURCES = main.cpp simplecircle.cpp simplecircle.h filledrect.h filledrect.cpp metaballs.h metaballs.cpp -libexample_la_LIBADD = ../../sinfg/libsinfg.la @SINFG_LIBS@ +libexample_la_LIBADD = ../../synfig/libsynfig.la @SYNFIG_LIBS@ libexample_la_LDFLAGS = -module -no-undefined -libexample_la_CXXFLAGS = @SINFG_CFLAGS@ +libexample_la_CXXFLAGS = @SYNFIG_CFLAGS@