use realpath to get the absolute pathname, fixes some forgotten cases, especially...
[lttv.git] / ltt / branches / poly / 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
6be287f8 7SUBDIRS = convert
8
38d7caa6 9libdir = ${lttlibdir}
10
a9a1a310 11AM_CFLAGS = $(GLIB_CFLAGS)
12LIBS += $(GLIB_LIBS)
13
38d7caa6 14lib_LTLIBRARIES = libtraceread.la
a100e2b7 15libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c
a5dcde2f 16noinst_HEADERS = parser.h ltt-private.h
a100e2b7 17
dbedfa64 18
f79b0ba7 19EXTRA_DIST = crc32.tab
This page took 0.030832 seconds and 4 git commands to generate.