X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Fltt%2FMakefile.am;h=50dc8fb3d4d3143adea5ebf216de7ad8e978724e;hb=74a588bbd1fab77ca50d8b956d7a5b3c33ac5bcd;hp=995d3e0021ffd7fc0e0c6f4c0d61f1d592e2a184;hpb=dbedfa64fad539c97696cb420432b516809c49fd;p=lttv.git diff --git a/ltt/branches/poly/ltt/Makefile.am b/ltt/branches/poly/ltt/Makefile.am index 995d3e00..50dc8fb3 100644 --- a/ltt/branches/poly/ltt/Makefile.am +++ b/ltt/branches/poly/ltt/Makefile.am @@ -12,9 +12,17 @@ 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 +libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c +noinst_HEADERS = parser.h ltt-private.h + +lttinclude_HEADERS = \ + compiler.h\ + event.h\ + facility.h\ + ltt.h\ + time.h\ + trace.h\ + type.h\ + ltt-types.h -libtraceread_la_DEPENDENCIES = $(DEFAULT_INCLUDES)/ltt/LTTTypes.h - EXTRA_DIST = crc32.tab