genevent for 0.1.99.1
[lttv.git] / ltt / branches / poly / ltt-newlib / Makefile.am
CommitLineData
54ecbf38 1#
2# Makefile for LTT New generation user interface : plugins.
3#
4# Created by Mathieu Desnoyers on May 6, 2003
5#
6
7SUBDIRS = convert
8
9libdir = ${lttlibdir}
10
11AM_CFLAGS = $(GLIB_CFLAGS)
12LIBS += $(GLIB_LIBS)
13
14lib_LTLIBRARIES = libtraceread.la
15libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c
16noinst_HEADERS = parser.h ltt-private.h
17
18lttinclude_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
28EXTRA_DIST = crc32.tab
This page took 0.022888 seconds and 4 git commands to generate.