lttv: Clean up library handling in the build system
[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
12liblttvtraceread_la_SOURCES = tracefile.c marker.c event.c
13noinst_HEADERS = ltt-private.h
14
15lttinclude_HEADERS = \
16 compiler.h\
17 marker.h\
18 marker-field.h\
19 ltt.h\
20 time.h\
21 trace.h\
22 event.h\
23 marker-desc.h\
24 ltt-types.h
This page took 0.021809 seconds and 4 git commands to generate.