libltt compiles
[lttv.git] / ltt / branches / poly / ltt / 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 #libdir = ${lttlibdir}
8
9 AM_CFLAGS = $(GLIB_CFLAGS)
10 LIBS += $(GLIB_LIBS)
11
12 lib_LTLIBRARIES = liblttvtraceread.la
13 liblttvtraceread_la_SOURCES = event.c parser.c tracefile.c type.c markers.c
14 noinst_HEADERS = parser.h ltt-private.h
15
16 lttinclude_HEADERS = \
17 compiler.h\
18 event.h\
19 markers.h\
20 ltt.h\
21 time.h\
22 trace.h\
23 type.h\
24 ltt-types.h
25
26 EXTRA_DIST = crc32.tab
This page took 0.030092 seconds and 4 git commands to generate.