X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2FMakefile.am;h=fb7e13291c191ce6656a97b179ed668250dbe45d;hb=78b82ded59fb3f65ed0829cd1cad36475ae4d0fb;hp=3ccb55c3a4becce38f0e7c4ce28dc6ac729b9cc2;hpb=420d0f5fb51be897157e95072e93a6fb34b6b93b;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/Makefile.am b/ltt/branches/poly/lttv/lttv/Makefile.am index 3ccb55c3..fb7e1329 100644 --- a/ltt/branches/poly/lttv/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/lttv/Makefile.am @@ -20,15 +20,17 @@ 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