meh
[synfig.git] / synfig-core / trunk / src / modules / lyr_freetype / Makefile.am
index 531acce..82a04bf 100644 (file)
@@ -9,8 +9,8 @@ moduledir=@MODULE_DIR@
 if WITH_FREETYPE
 module_LTLIBRARIES = liblyr_freetype.la
 liblyr_freetype_la_SOURCES = main.cpp lyr_freetype.cpp lyr_freetype.h
-liblyr_freetype_la_LIBADD = -L../../synfig -lsynfig @SYNFIG_LIBS@
-liblyr_freetype_la_LDFLAGS = -module @FREETYPE_LIBS@ -no-undefined
+liblyr_freetype_la_LIBADD = -L../../synfig -lsynfig @FREETYPE_LIBS@ @SYNFIG_LIBS@
+liblyr_freetype_la_LDFLAGS = -module -no-undefined
 liblyr_freetype_la_CXXFLAGS = @SYNFIG_CFLAGS@ @FREETYPE_CFLAGS@
 else
 endif