seek position fixed for state
[lttv.git] / ltt / branches / poly / lttv / lttv / Makefile.am
index eade395960b28d7960d5872b5b254b10957172da..f54180408f664a93d6283a4196df6b2dfc5a5356 100644 (file)
@@ -1,5 +1,5 @@
 AM_CFLAGS = $(GLIB_CFLAGS) 
-LIBS += $(M_LIBS) $(POPT_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,15 +20,16 @@ lttvinclude_HEADERS = \
        state.h\
        stats.h\
        tracecontext.h\
-       traceset.h
-
-noinst_HEADERS = \
+       traceset.h\
        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
 
 if LTTVSTATIC
   lttv_LDFLAGS = -profile -static
This page took 0.02308 seconds and 4 git commands to generate.