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 / modules / lyr_freetype / Makefile.am
1 # $Header: /opt/voria/cvs/synfig/src/modules/lyr_freetype/Makefile.am,v 1.3 2005/03/24 21:07:24 darco Exp $
2
3 MAINTAINERCLEANFILES=Makefile.in
4 INCLUDES = -I$(top_srcdir)/src
5 CXXFLAGS=@CXXFLAGS@ @FREETYPE_CFLAGS@
6
7 moduledir=@MODULE_DIR@
8
9 if WITH_FREETYPE
10 module_LTLIBRARIES = liblyr_freetype.la
11 liblyr_freetype_la_SOURCES = main.cpp lyr_freetype.cpp lyr_freetype.h
12 liblyr_freetype_la_LIBADD = -L../../synfig -lsynfig @FREETYPE_LIBS@ @SYNFIG_LIBS@
13 liblyr_freetype_la_LDFLAGS = -module -no-undefined
14 liblyr_freetype_la_CXXFLAGS = @SYNFIG_CFLAGS@ @FREETYPE_CFLAGS@
15 else
16 endif
17
18
19 EXTRA_DIST= lyr_freetype.nsh unlyr_freetype.nsh