move everything out of trunk
[lttv.git] / lttv / 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
7#libdir = ${lttlibdir}
8
9AM_CFLAGS = $(GLIB_CFLAGS)
10LIBS += $(GLIB_LIBS)
11LIBS += $(THREAD_LIBS)
12
13lib_LTLIBRARIES = liblttvtraceread.la
14liblttvtraceread_la_SOURCES = tracefile.c marker.c event.c
15noinst_HEADERS = ltt-private.h
16
17lttinclude_HEADERS = \
18 compiler.h\
19 marker.h\
20 marker-field.h\
21 ltt.h\
22 time.h\
23 trace.h\
24 event.h\
25 marker-desc.h\
26 ltt-types.h
This page took 0.021476 seconds and 4 git commands to generate.