Update README with info about algorithms, glpk and more
[lttv.git] / 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 = $(PACKAGE_CFLAGS)
10
11lib_LTLIBRARIES = liblttvtraceread.la
12
13if BUILD_JNI_INTERFACE
14liblttvtraceread_la_SOURCES = jni_interface.c tracefile.c marker.c event.c
15else
16liblttvtraceread_la_SOURCES = tracefile.c marker.c event.c
17endif
18
19noinst_HEADERS = ltt-private.h
20
21lttinclude_HEADERS = \
22 compiler.h\
23 marker.h\
24 marker-field.h\
25 ltt.h\
26 time.h\
27 trace.h\
28 event.h\
29 marker-desc.h\
30 ltt-types.h
This page took 0.021438 seconds and 4 git commands to generate.