fix position saving in event list
[lttv.git] / ltt / branches / poly / lttv / lttv / Makefile.am
index 76b91a2212d85d52d8a13906a420a26dd654611f..fb7e13291c191ce6656a97b179ed668250dbe45d 100644 (file)
@@ -1,5 +1,5 @@
 AM_CFLAGS = $(GLIB_CFLAGS) 
-LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
+LIBS += $(POPT_LIBS) $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
 
 bin_PROGRAMS = lttv
 
@@ -20,13 +20,18 @@ lttvinclude_HEADERS = \
        state.h\
        stats.h\
        tracecontext.h\
-       traceset.h
+       traceset.h\
+       filter.h\
+       print.h
 
-noinst_HEADERS = \
-       filter.h
+#noinst_HEADERS = \
+#      filter.h
 
 lttv_SOURCES = batchtest.c main.c module.c option.c \
                hook.c attribute.c \
                iattribute.c state.c stats.c \
-              tracecontext.c traceset.c
+              tracecontext.c traceset.c filter.c print.c
 
+if LTTVSTATIC
+  lttv_LDFLAGS = -profile -static
+endif
This page took 0.023674 seconds and 4 git commands to generate.