fix to use AM_PATH_GLIB_2_0
[lttv.git] / ltt / branches / poly / lttv / Makefile.am
index b911276554c9467be318052654238730c6585f36..7a7d4f3b03d13d5622b171741cb963eb3175149a 100644 (file)
@@ -1,5 +1,8 @@
 SUBDIRS = modules plugins
 
+AM_CFLAGS = $(GLIB_CFLAGS) 
+LIBS += $(GLIB_LIBS)
+
 bin_PROGRAMS = textui
 
 #AM_CPPFLAGS = \
This page took 0.024424 seconds and 4 git commands to generate.