glib fix
[lttv.git] / ltt / branches / poly / ltt / Makefile.am
index 78e45e42d433106efc39c27fa1d9876b75048f8f..39c63b248e6208f7224343357ac3badc8a2a9a10 100644 (file)
@@ -6,6 +6,9 @@
 
 libdir = ${lttlibdir}
 
+AM_CFLAGS = $(GLIB_CFLAGS) 
+LIBS += $(GLIB_LIBS)
+
 lib_LTLIBRARIES = libtraceread.la
 libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c \
                       parser.h LTTTypes.h
This page took 0.023458 seconds and 4 git commands to generate.