glib fix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 22:45:25 +0000 (22:45 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 22:45:25 +0000 (22:45 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@78 04897980-b3bd-0310-b5e0-8ef037075253

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.041579 seconds and 4 git commands to generate.