update compat
[lttv.git] / tags / LinuxTraceToolkitViewer-0.10.0-pre-115102007 / ltt / Makefile.am
1 #
2 # Makefile for LTT New generation user interface : plugins.
3 #
4 # Created by Mathieu Desnoyers on May 6, 2003
5 #
6
7 #libdir = ${lttlibdir}
8
9 AM_CFLAGS = $(GLIB_CFLAGS)
10 LIBS += $(GLIB_LIBS)
11
12 lib_LTLIBRARIES = liblttvtraceread.la
13 liblttvtraceread_la_SOURCES = tracefile.c marker.c event.c
14 noinst_HEADERS = ltt-private.h
15 #event.c parser.c type.c
16 #parser.h
17
18 lttinclude_HEADERS = \
19 compiler.h\
20 marker.h\
21 marker-field.h\
22 ltt.h\
23 time.h\
24 trace.h\
25 marker-desc.h \
26 ltt-types.h
27
28 EXTRA_DIST = crc32.tab
This page took 0.02921 seconds and 4 git commands to generate.