Makefile.am fixed
[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
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 \
16 parser.h
17
18libtraceread_la_DEPENDENCIES = ${top_includedir}/ltt/LTTTypes.h
19
20EXTRA_DIST = crc32.tab
This page took 0.0219780000000001 seconds and 4 git commands to generate.