Fix 1862689: Replace "-L../../synfig -lsynfig" with "../../synfig/libsynfig.la" in...
[synfig.git] / synfig-core / trunk / src / modules / lyr_freetype / Makefile.am
index 42a69e2..b1cfff7 100644 (file)
@@ -9,7 +9,7 @@ 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 @FREETYPE_LIBS@ @SYNFIG_LIBS@
+liblyr_freetype_la_LIBADD = ../../synfig/libsynfig.la @FREETYPE_LIBS@ @SYNFIG_LIBS@
 liblyr_freetype_la_LDFLAGS = -module -no-undefined
 liblyr_freetype_la_CXXFLAGS = @SYNFIG_CFLAGS@ @FREETYPE_CFLAGS@
 if WITH_FONTCONFIG