try fix debian
[lttv.git] / ltt / branches / poly / ltt / Makefile.am
CommitLineData
38d7caa6 1#
2# Makefile for LTT New generation user interface : plugins.
3#
4# Created by Mathieu Desnoyers on May 6, 2003
5#
6
7libdir = ${lttlibdir}
8
a9a1a310 9AM_CFLAGS = $(GLIB_CFLAGS)
21ff84a0 10LIBS += $(GLIB_LIBS)
a9a1a310 11
38d7caa6 12lib_LTLIBRARIES = libtraceread.la
a100e2b7 13libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c
a5dcde2f 14noinst_HEADERS = parser.h ltt-private.h
a100e2b7 15
f95bc830 16lttinclude_HEADERS = \
e8ac6a5e 17 compiler.h\
f95bc830 18 event.h\
19 facility.h\
20 ltt.h\
21 time.h\
22 trace.h\
0f7f40c1 23 type.h\
24 ltt-types.h
dbedfa64 25
f79b0ba7 26EXTRA_DIST = crc32.tab
This page took 0.033828 seconds and 4 git commands to generate.