Delete svn tags. We don't need them in git
[synfig.git] / synfig-core / tags / synfig_0_61_04 / synfig-core / src / tool / Makefile.am
diff --git a/synfig-core/tags/synfig_0_61_04/synfig-core/src/tool/Makefile.am b/synfig-core/tags/synfig_0_61_04/synfig-core/src/tool/Makefile.am
deleted file mode 100644 (file)
index 98ca086..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# $Header: /opt/voria/cvs/synfig/src/tool/Makefile.am,v 1.1.1.1 2005/01/04 01:23:15 darco Exp $
-
-MAINTAINERCLEANFILES=Makefile.in
-EXTRA_DIST=tool.nsh
-
-INCLUDES=-I$(top_srcdir)/src
-
-bin_PROGRAMS   =       synfig
-
-synfig_SOURCES = main.cpp
-synfig_LDADD = -L../synfig -lsynfig @SYNFIG_LIBS@
-synfig_CXXFLAGS = -lsynfig @SYNFIG_CFLAGS@
-#synfig_LDFLAGS=-export-dynamic  -dlopen self
-#-dlopen ../modules/example/libexample.la
-