fix to use AM_PATH_GLIB_2_0
[lttv.git] / ltt / branches / poly / lttv / plugins / examples / Makefile.am
index 77f933df465827c4ed35d1d000f926ba18c50c5e..796b6543c67ef97b0d21407dbb7f540f8e11b101 100644 (file)
@@ -5,6 +5,8 @@
 #
 
 libdir = ${lttvplugindir}
+AM_CFLAGS = $(GLIB_CFLAGS) 
+LIBS += $(GLIB_LIBS)
 
 lib_LTLIBRARIES = sampledep.la samplemodule.la samplemodule2.la
 sampledep_la_LDFLAGS = -module
This page took 0.025664 seconds and 4 git commands to generate.