lttv and lib ltt new compiles
[lttv.git] / ltt / branches / poly / ltt-oldlib / Makefile.am
1 #
2 # Makefile for LTT New generation user interface : plugins.
3 #
4 # Created by Mathieu Desnoyers on May 6, 2003
5 #
6
7 SUBDIRS = convert
8
9 libdir = ${lttlibdir}
10
11 AM_CFLAGS = $(GLIB_CFLAGS)
12 LIBS += $(GLIB_LIBS)
13
14 lib_LTLIBRARIES = libtraceread.la
15 libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c
16 noinst_HEADERS = parser.h ltt-private.h
17
18 lttinclude_HEADERS = \
19 compiler.h\
20 event.h\
21 facility.h\
22 ltt.h\
23 time.h\
24 trace.h\
25 type.h\
26 ltt-types.h
27
28 EXTRA_DIST = crc32.tab
This page took 0.033029 seconds and 4 git commands to generate.