X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fexample%2FMakefile.am;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fexample%2FMakefile.am;h=c526e754d0aa7e00464aa532ea3b25d17736b4a3;hb=4721e3656b5d0e3635e71f1f3f7bb9c625d59cab;hp=ccb84ff7bbb6c52b181bcb6ff82c8b6b6bcc00ee;hpb=ab74bd093111b6417597b3a406a12be7ee459da5;p=synfig.git diff --git a/synfig-core/trunk/src/modules/example/Makefile.am b/synfig-core/trunk/src/modules/example/Makefile.am index ccb84ff..c526e75 100644 --- a/synfig-core/trunk/src/modules/example/Makefile.am +++ b/synfig-core/trunk/src/modules/example/Makefile.am @@ -9,5 +9,5 @@ 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 = ../../synfig/libsynfig.la @SYNFIG_LIBS@ -libexample_la_LDFLAGS = -module -no-undefined +libexample_la_LDFLAGS = -module -no-undefined -avoid-version libexample_la_CXXFLAGS = @SYNFIG_CFLAGS@