Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / 0.61.09 / src / modules / example / Makefile.am
1 # $Id$
2
3
4 MAINTAINERCLEANFILES=Makefile.in
5 INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src
6
7 moduledir=@MODULE_DIR@
8
9 module_LTLIBRARIES = libexample.la
10 libexample_la_SOURCES = main.cpp simplecircle.cpp simplecircle.h filledrect.h filledrect.cpp metaballs.h metaballs.cpp
11 libexample_la_LIBADD = ../../synfig/libsynfig.la @SYNFIG_LIBS@
12 libexample_la_LDFLAGS = -module -no-undefined -avoid-version
13 libexample_la_CXXFLAGS = @SYNFIG_CFLAGS@