try fix debian
[lttv.git] / ltt / branches / poly / ltt / Makefile.am
... / ...
CommitLineData
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
9AM_CFLAGS = $(GLIB_CFLAGS)
10LIBS += $(GLIB_LIBS)
11
12lib_LTLIBRARIES = libtraceread.la
13libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c
14noinst_HEADERS = parser.h ltt-private.h
15
16lttinclude_HEADERS = \
17 compiler.h\
18 event.h\
19 facility.h\
20 ltt.h\
21 time.h\
22 trace.h\
23 type.h\
24 ltt-types.h
25
26EXTRA_DIST = crc32.tab
This page took 0.021637 seconds and 4 git commands to generate.