convert from svn repository: remove tags directory
[lttv.git] / trunk / lttng-xenomai / LinuxTraceToolkitViewer-0.8.61-xenoltt / ltt / Makefile.am
CommitLineData
03d7fdf3 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 = $(GLIB_CFLAGS)
10LIBS += $(GLIB_LIBS)
11
12lib_LTLIBRARIES = liblttvtraceread.la
13liblttvtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c
14noinst_HEADERS = parser.h ltt-private.h
15
16lttinclude_HEADERS = \
17 compiler.h\
18 event.h\
19 facility.h\
20 ltt.h\
21 time.h\
22 trace.h\
23 type.h\
24 ltt-types.h
25
26EXTRA_DIST = crc32.tab
This page took 0.029527 seconds and 4 git commands to generate.