]> git.sesse.net Git - vlc/commitdiff
quartztext: fix typo
authorRafaël Carré <funman@videolan.org>
Wed, 11 Feb 2015 21:35:29 +0000 (22:35 +0100)
committerRafaël Carré <funman@videolan.org>
Wed, 11 Feb 2015 21:35:29 +0000 (22:35 +0100)
modules/text_renderer/Makefile.am

index 4323aeec6e31debd5b7c974035d8cf11ab98430d..f84658b20c955b700eef1ff34291ee12eb88ee73 100644 (file)
@@ -22,7 +22,7 @@ libfreetype_plugin_la_LIBADD += $(FRIBIDI_LIBS)
 endif
 
 libquartztext_plugin_la_SOURCES = text_renderer/quartztext.c
-libquartztext_plugin_la_LDFLAGS = $(AM_LFLFAGS) \
+libquartztext_plugin_la_LDFLAGS = $(AM_LDFLAGS) \
        -Wl,-framework,ApplicationServices
 EXTRA_LTLIBRARIES += libquartztext_plugin.la
 text_LTLIBRARIES += $(LTLIBquartztext)