Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / synfig_0_61_04 / synfig-core / src / tool / Makefile.am
1 # $Header: /opt/voria/cvs/synfig/src/tool/Makefile.am,v 1.1.1.1 2005/01/04 01:23:15 darco Exp $
2
3 MAINTAINERCLEANFILES=Makefile.in
4 EXTRA_DIST=tool.nsh
5
6 INCLUDES=-I$(top_srcdir)/src
7
8 bin_PROGRAMS    =       synfig
9
10 synfig_SOURCES = main.cpp
11 synfig_LDADD = -L../synfig -lsynfig @SYNFIG_LIBS@
12 synfig_CXXFLAGS = -lsynfig @SYNFIG_CFLAGS@
13 #synfig_LDFLAGS=-export-dynamic  -dlopen self
14 #-dlopen ../modules/example/libexample.la
15