X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Fexample%2FMakefile.am;fp=synfig-core%2Fsrc%2Fmodules%2Fexample%2FMakefile.am;h=1d38d7472f9bac8acccf20481ea54d2798aaeb6c;hb=a095981e18cc37a8ecc7cd237cc22b9c10329264;hp=0000000000000000000000000000000000000000;hpb=9459638ad6797b8139f1e9f0715c96076dbf0890;p=synfig.git diff --git a/synfig-core/src/modules/example/Makefile.am b/synfig-core/src/modules/example/Makefile.am new file mode 100644 index 0000000..1d38d74 --- /dev/null +++ b/synfig-core/src/modules/example/Makefile.am @@ -0,0 +1,34 @@ +# $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@