correctly add -lm for math lib
[lttv.git] / ltt / branches / poly / ltt / Makefile.am
index 39c63b248e6208f7224343357ac3badc8a2a9a10..eda40575ddd8ed71e681c93eb660695c4a526344 100644 (file)
@@ -4,12 +4,24 @@
 # Created by Mathieu Desnoyers on May 6, 2003
 #
 
+SUBDIRS = convert
+
 libdir = ${lttlibdir}
 
 AM_CFLAGS = $(GLIB_CFLAGS) 
-LIBS += $(GLIB_LIBS)
+LIBS += $(GLIB_LIBS) $(M_LIBS)
 
 lib_LTLIBRARIES = libtraceread.la
-libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c \
-                      parser.h LTTTypes.h
+libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c
+libtraceread_la_LIBADD = -lm
+noinst_HEADERS = parser.h ltt-private.h
+
+lttinclude_HEADERS = \
+       event.h\
+       facility.h\
+       ltt.h\
+       time.h\
+       trace.h\
+       type.h
+
 EXTRA_DIST = crc32.tab
This page took 0.033092 seconds and 4 git commands to generate.