update compat
[lttv.git] / tags / lttv-0.10.0-pre15-12082008 / ltt / Makefile.am
CommitLineData
5750899b 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
9AM_CFLAGS = $(GLIB_CFLAGS)
10LIBS += $(GLIB_LIBS)
11
12lib_LTLIBRARIES = liblttvtraceread.la
13liblttvtraceread_la_SOURCES = tracefile.c marker.c event.c
14noinst_HEADERS = ltt-private.h
15
16lttinclude_HEADERS = \
17 compiler.h\
18 marker.h\
19 marker-field.h\
20 ltt.h\
21 time.h\
22 trace.h\
23 event.h\
24 marker-desc.h\
25 ltt-types.h
This page took 0.023005 seconds and 4 git commands to generate.