Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / synfig_0_61_07 / src / tool / Makefile.am
1 # $Id$
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@ @OPENEXR_HALF_LIBS@
12 synfig_CXXFLAGS = -lsynfig @SYNFIG_CFLAGS@
13 #synfig_LDFLAGS=-export-dynamic  -dlopen self
14 #-dlopen ../modules/example/libexample.la
15