convert from svn repository: remove tags directory
[lttv.git] / trunk / lttv / 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 LIBS += $(THREAD_LIBS)
12
13 lib_LTLIBRARIES = liblttvtraceread.la
14 liblttvtraceread_la_SOURCES = tracefile.c marker.c event.c
15 noinst_HEADERS = ltt-private.h
16
17 lttinclude_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.029935 seconds and 4 git commands to generate.