X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2FMakefile.am;h=cc5eed55a7bbe57e8de26d5fcccc803238c92e6b;hb=6843100aba151c7bf7dcb7ccf3d0e12473634d76;hp=78e45e42d433106efc39c27fa1d9876b75048f8f;hpb=f79b0ba75023f7a75eb56f99f231ee9a23056af8;p=lttv.git diff --git a/ltt/branches/poly/ltt/Makefile.am b/ltt/branches/poly/ltt/Makefile.am index 78e45e42..cc5eed55 100644 --- a/ltt/branches/poly/ltt/Makefile.am +++ b/ltt/branches/poly/ltt/Makefile.am @@ -4,9 +4,23 @@ # Created by Mathieu Desnoyers on May 6, 2003 # +SUBDIRS = convert + libdir = ${lttlibdir} +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 LTTTypes.h +libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c +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