fixes and changes to Makefile for more generality
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / titler / Makefile
index 3e520ac798d9c368e74b79d44688c6becb81b02f..44b43a333bd0b815d1c079e09fda76f4d3e7c225 100644 (file)
@@ -7,7 +7,7 @@ PLUGIN = titler
 CFLAGS += -Wall
 
 ifneq ($(STATIC_LIBRARIES), y)
-LFLAGS += -lfreetype
+LFLAGS += `pkg-config --libs freetype`
 endif
 
 include ../../plugin_config