move ltt-private.h from public directroy into private directroy
[lttv.git] / ltt / branches / poly / 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 SUBDIRS = convert
8
9 libdir = ${lttlibdir}
10
11 AM_CFLAGS = $(GLIB_CFLAGS)
12 LIBS += $(GLIB_LIBS)
13
14 lib_LTLIBRARIES = libtraceread.la
15 libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c
16 noinst_HEADERS = parser.h ltt-private.h
17
18
19 EXTRA_DIST = crc32.tab
This page took 0.030293 seconds and 4 git commands to generate.