basic guiEvent plugin, initial commit (init and destroy)
[lttv.git] / ltt / branches / poly / 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
7libdir = ${lttlibdir}
8
9AM_CFLAGS = $(GLIB_CFLAGS)
10LIBS += $(GLIB_LIBS)
11
12lib_LTLIBRARIES = libtraceread.la
13libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c \
14 parser.h LTTTypes.h
15EXTRA_DIST = crc32.tab
This page took 0.021243 seconds and 4 git commands to generate.