events cycle count fix, reverse byte order fix
[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
6be287f8 7SUBDIRS = convert
8
38d7caa6 9libdir = ${lttlibdir}
10
a9a1a310 11AM_CFLAGS = $(GLIB_CFLAGS)
21ff84a0 12LIBS += $(GLIB_LIBS)
a9a1a310 13
38d7caa6 14lib_LTLIBRARIES = libtraceread.la
a100e2b7 15libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c
a5dcde2f 16noinst_HEADERS = parser.h ltt-private.h
a100e2b7 17
f95bc830 18lttinclude_HEADERS = \
e8ac6a5e 19 compiler.h\
f95bc830 20 event.h\
21 facility.h\
22 ltt.h\
23 time.h\
24 trace.h\
25 type.h
dbedfa64 26
f79b0ba7 27EXTRA_DIST = crc32.tab
This page took 0.031077 seconds and 4 git commands to generate.