Initial Stable Commit
[synfig.git] / synfig-core / trunk / src / modules / example / Makefile.am
diff --git a/synfig-core/trunk/src/modules/example/Makefile.am b/synfig-core/trunk/src/modules/example/Makefile.am
new file mode 100644 (file)
index 0000000..e20012f
--- /dev/null
@@ -0,0 +1,13 @@
+# $Header: /opt/voria/cvs/sinfg/src/modules/example/Makefile.am,v 1.1.1.1 2005/01/04 01:23:09 darco Exp $
+
+
+MAINTAINERCLEANFILES=Makefile.in
+INCLUDES = -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 = ../../sinfg/libsinfg.la @SINFG_LIBS@
+libexample_la_LDFLAGS = -module -no-undefined
+libexample_la_CXXFLAGS = @SINFG_CFLAGS@