From 9adb47dd305dfe3b0464f747b43b2ba0263e567d Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 30 May 2003 14:19:35 +0000 Subject: [PATCH 1/1] public includes relative to $top_srcdir now. Change LibLTT for ltt git-svn-id: http://ltt.polymtl.ca/svn@42 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/Makefile.am | 2 +- ltt/branches/poly/configure.in | 6 +++--- ltt/branches/poly/ltt/Makefile.am | 1 + ltt/branches/poly/{LibLTT => ltt}/event.h | 0 ltt/branches/poly/{LibLTT => ltt}/facility.h | 0 ltt/branches/poly/{LibLTT => ltt}/ltt.h | 0 ltt/branches/poly/{LibLTT => ltt}/tracefile.h | 0 ltt/branches/poly/{LibLTT => ltt}/type.h | 0 8 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 ltt/branches/poly/ltt/Makefile.am rename ltt/branches/poly/{LibLTT => ltt}/event.h (100%) rename ltt/branches/poly/{LibLTT => ltt}/facility.h (100%) rename ltt/branches/poly/{LibLTT => ltt}/ltt.h (100%) rename ltt/branches/poly/{LibLTT => ltt}/tracefile.h (100%) rename ltt/branches/poly/{LibLTT => ltt}/type.h (100%) diff --git a/ltt/branches/poly/Makefile.am b/ltt/branches/poly/Makefile.am index 86b84e97..f3ef35c7 100644 --- a/ltt/branches/poly/Makefile.am +++ b/ltt/branches/poly/Makefile.am @@ -1 +1 @@ -SUBDIRS = lttv lttd LibLTT +SUBDIRS = lttv lttd ltt diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 74d0d42d..cd36993b 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -40,8 +40,8 @@ AC_CHECK_FUNCS([select]) lttvplugindir="${libdir}/lttv/plugins" AC_SUBST(lttvplugindir) -DEFAULT_INCLUDES="-I\$(top_srcdir)/include" -AC_SUBST(DEFAULT_INCLUDES) +#DEFAULT_INCLUDES="-I\$(top_srcdir)/include" +#AC_SUBST(DEFAULT_INCLUDES) lttvincludedir="${includedir}/lttv" AC_SUBST(lttvincludedir) @@ -54,5 +54,5 @@ AC_CONFIG_FILES([Makefile lttv/plugins/Makefile lttv/plugins/exemples/Makefile lttd/Makefile - LibLTT/Makefile]) + ltt/Makefile]) AC_OUTPUT diff --git a/ltt/branches/poly/ltt/Makefile.am b/ltt/branches/poly/ltt/Makefile.am new file mode 100644 index 00000000..c88d146f --- /dev/null +++ b/ltt/branches/poly/ltt/Makefile.am @@ -0,0 +1 @@ +lttinclude_HEADERS = event.h facility.h ltt.h tracefile.h type.h diff --git a/ltt/branches/poly/LibLTT/event.h b/ltt/branches/poly/ltt/event.h similarity index 100% rename from ltt/branches/poly/LibLTT/event.h rename to ltt/branches/poly/ltt/event.h diff --git a/ltt/branches/poly/LibLTT/facility.h b/ltt/branches/poly/ltt/facility.h similarity index 100% rename from ltt/branches/poly/LibLTT/facility.h rename to ltt/branches/poly/ltt/facility.h diff --git a/ltt/branches/poly/LibLTT/ltt.h b/ltt/branches/poly/ltt/ltt.h similarity index 100% rename from ltt/branches/poly/LibLTT/ltt.h rename to ltt/branches/poly/ltt/ltt.h diff --git a/ltt/branches/poly/LibLTT/tracefile.h b/ltt/branches/poly/ltt/tracefile.h similarity index 100% rename from ltt/branches/poly/LibLTT/tracefile.h rename to ltt/branches/poly/ltt/tracefile.h diff --git a/ltt/branches/poly/LibLTT/type.h b/ltt/branches/poly/ltt/type.h similarity index 100% rename from ltt/branches/poly/LibLTT/type.h rename to ltt/branches/poly/ltt/type.h -- 2.34.1