X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fexample%2FMakefile.am;fp=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fexample%2FMakefile.am;h=c526e754d0aa7e00464aa532ea3b25d17736b4a3;hb=20067bb96af6946754e7ecb7b40673b818f6e5c2;hp=0000000000000000000000000000000000000000;hpb=53544b824fbe6c9f1585cd79db427df8f0d556d8;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 new file mode 100644 index 0000000..c526e75 --- /dev/null +++ b/synfig-core/tags/stable/src/modules/example/Makefile.am @@ -0,0 +1,13 @@ +# $Id$ + + +MAINTAINERCLEANFILES=Makefile.in +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 -avoid-version +libexample_la_CXXFLAGS = @SYNFIG_CFLAGS@