warning fixed for lttvwindow and controlflow view
[lttv.git] / ltt / branches / poly / ltt / Makefile.am
index 8af7e869ecff81529f715d1f77cf67dcee3844ec..cc5eed55a7bbe57e8de26d5fcccc803238c92e6b 100644 (file)
@@ -12,9 +12,15 @@ 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 = \
+       event.h\
+       facility.h\
+       ltt.h\
+       time.h\
+       trace.h\
+       type.h
 
-libtraceread_la_DEPENDENCIES = ${top_includedir}/ltt/LTTTypes.h
-                                                                                                                        
 EXTRA_DIST = crc32.tab
This page took 0.03589 seconds and 4 git commands to generate.