Delete svn tags. We don't need them in git
[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
deleted file mode 100644 (file)
index f019d0b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# $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
-