Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / 0.61.09 / src / tool / Makefile.am
1 # $Id$
2
3 MAINTAINERCLEANFILES=Makefile.in
4 EXTRA_DIST=tool.nsh
5
6 INCLUDES=-I$(top_builddir) -I$(top_srcdir)/src
7
8 bin_PROGRAMS    =       synfig
9
10 synfig_SOURCES = main.cpp
11 synfig_LDADD = ../synfig/libsynfig.la @SYNFIG_LIBS@ @OPENEXR_HALF_LIBS@
12 synfig_CXXFLAGS = @SYNFIG_CFLAGS@
13 #synfig_LDFLAGS=-export-dynamic  -dlopen self
14 #-dlopen ../modules/example/libexample.la
15