From 38d7caa69df250994918bad25a28cae1c9b18a6d Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 30 May 2003 19:26:36 +0000 Subject: [PATCH] fix compile for ltt git-svn-id: http://ltt.polymtl.ca/svn@61 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 4 ++++ ltt/branches/poly/include/ltt/Makefile.am | 2 +- ltt/branches/poly/ltt/Makefile.am | 12 +++++++++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index f67de63c..d93609df 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -40,6 +40,10 @@ AC_CHECK_FUNCS([select]) lttvplugindir="${libdir}/lttv/plugins" AC_SUBST(lttvplugindir) +lttlibdir="${libdir}/ltt" +AC_SUBST(lttlibdir) + + DEFAULT_INCLUDES="-I\$(top_srcdir)/include" AC_SUBST(DEFAULT_INCLUDES) diff --git a/ltt/branches/poly/include/ltt/Makefile.am b/ltt/branches/poly/include/ltt/Makefile.am index c88d146f..98cfe0c6 100644 --- a/ltt/branches/poly/include/ltt/Makefile.am +++ b/ltt/branches/poly/include/ltt/Makefile.am @@ -1 +1 @@ -lttinclude_HEADERS = event.h facility.h ltt.h tracefile.h type.h +lttinclude_HEADERS = event.h facility.h ltt-private.h ltt.h tracefile.h type.h diff --git a/ltt/branches/poly/ltt/Makefile.am b/ltt/branches/poly/ltt/Makefile.am index 9e544d3a..6cc96bba 100644 --- a/ltt/branches/poly/ltt/Makefile.am +++ b/ltt/branches/poly/ltt/Makefile.am @@ -1 +1,11 @@ -#empty for now +# +# Makefile for LTT New generation user interface : plugins. +# +# Created by Mathieu Desnoyers on May 6, 2003 +# + +libdir = ${lttlibdir} + +lib_LTLIBRARIES = libtraceread.la +libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c \ + parser.h LTTTypes.h -- 2.34.1