create directories branches, tags, trunk
[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
6da3640c 7#libdir = ${lttlibdir}
38d7caa6 8
a9a1a310 9AM_CFLAGS = $(GLIB_CFLAGS)
21ff84a0 10LIBS += $(GLIB_LIBS)
a9a1a310 11
6da3640c 12lib_LTLIBRARIES = liblttvtraceread.la
bb38a290 13liblttvtraceread_la_SOURCES = tracefile.c marker.c event.c
14b1ac27 14noinst_HEADERS = ltt-private.h
a100e2b7 15
f95bc830 16lttinclude_HEADERS = \
14b1ac27 17 compiler.h\
bb38a290 18 marker.h\
19 marker-field.h\
f95bc830 20 ltt.h\
21 time.h\
22 trace.h\
a5cc07d8 23 event.h\
24 marker-desc.h\
0f7f40c1 25 ltt-types.h
This page took 0.063208 seconds and 4 git commands to generate.