Remove ancient trunk folder from svn repository
[synfig.git] / synfig-core / src / tool / Makefile.am
diff --git a/synfig-core/src/tool/Makefile.am b/synfig-core/src/tool/Makefile.am
new file mode 100644 (file)
index 0000000..dabe04e
--- /dev/null
@@ -0,0 +1,27 @@
+# $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@