Stable Tag: Copying everything over
[synfig.git] / synfig-core / tags / stable / src / modules / example / Makefile.am
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 (file)
index 0000000..c526e75
--- /dev/null
@@ -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@