lttv: Clean up library handling in the build system
[lttv.git] / 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
104325ef 9AM_CFLAGS = $(PACKAGE_CFLAGS)
a9a1a310 10
6da3640c 11lib_LTLIBRARIES = liblttvtraceread.la
bb38a290 12liblttvtraceread_la_SOURCES = tracefile.c marker.c event.c
14b1ac27 13noinst_HEADERS = ltt-private.h
a100e2b7 14
f95bc830 15lttinclude_HEADERS = \
14b1ac27 16 compiler.h\
bb38a290 17 marker.h\
18 marker-field.h\
f95bc830 19 ltt.h\
20 time.h\
21 trace.h\
a5cc07d8 22 event.h\
23 marker-desc.h\
0f7f40c1 24 ltt-types.h
This page took 0.057659 seconds and 4 git commands to generate.