fix compile for ltt
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 19:26:36 +0000 (19:26 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 19:26:36 +0000 (19:26 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@61 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in
ltt/branches/poly/include/ltt/Makefile.am
ltt/branches/poly/ltt/Makefile.am

index f67de63ce6e6954572831e6687f0e5329ed53f8c..d93609dfd38fe73156bbf61b1eeec6562c069026 100644 (file)
@@ -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)
 
index c88d146fff7d434e0b11ee3e4a5e6492f25bd2ee..98cfe0c62a42dd15713d006e194b15103b914006 100644 (file)
@@ -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
index 9e544d3ace650ff46638736cf822b88268781365..6cc96bbab81b9ce19faa49f5d177728604bca07f 100644 (file)
@@ -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
This page took 0.024015 seconds and 4 git commands to generate.