X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fexample%2FMakefile.am;h=c526e754d0aa7e00464aa532ea3b25d17736b4a3;hb=87a8cdff9da146170699176dddceaa894c1adefc;hp=1b5d892d3500980e9c2eaadef78a14890df2145b;hpb=684cf1db661a9a5cbc142238cf05d6d2f7aa3f89;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/example/Makefile.am b/synfig-core/tags/stable/src/modules/example/Makefile.am index 1b5d892..c526e75 100644 --- a/synfig-core/tags/stable/src/modules/example/Makefile.am +++ b/synfig-core/tags/stable/src/modules/example/Makefile.am @@ -2,12 +2,12 @@ MAINTAINERCLEANFILES=Makefile.in -INCLUDES = -I$(top_srcdir)/src +INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src 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@