Stable Tag: Copying everything over
[synfig.git] / synfig-core / tags / stable / src / tool / Makefile.am
diff --git a/synfig-core/tags/stable/src/tool/Makefile.am b/synfig-core/tags/stable/src/tool/Makefile.am
new file mode 100644 (file)
index 0000000..f019d0b
--- /dev/null
@@ -0,0 +1,15 @@
+# $Id$
+
+MAINTAINERCLEANFILES=Makefile.in
+EXTRA_DIST=tool.nsh
+
+INCLUDES=-I$(top_builddir) -I$(top_srcdir)/src
+
+bin_PROGRAMS   =       synfig
+
+synfig_SOURCES = main.cpp
+synfig_LDADD = ../synfig/libsynfig.la @SYNFIG_LIBS@ @OPENEXR_HALF_LIBS@
+synfig_CXXFLAGS = @SYNFIG_CFLAGS@
+#synfig_LDFLAGS=-export-dynamic  -dlopen self
+#-dlopen ../modules/example/libexample.la
+