From d7b45e739b4894081ff68a641ab1568983e01e6d Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 30 May 2003 18:04:04 +0000 Subject: [PATCH] lttv headers in /include git-svn-id: http://ltt.polymtl.ca/svn@48 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/Makefile.am | 2 +- ltt/branches/poly/configure.in | 5 ++++- ltt/branches/poly/{ => include}/lttv/hook.h | 0 ltt/branches/poly/{ => include}/lttv/module.h | 0 ltt/branches/poly/{ => include}/lttv/traceWindow.h | 0 ltt/branches/poly/lttv/Makefile.am | 2 -- 6 files changed, 5 insertions(+), 4 deletions(-) rename ltt/branches/poly/{ => include}/lttv/hook.h (100%) rename ltt/branches/poly/{ => include}/lttv/module.h (100%) rename ltt/branches/poly/{ => include}/lttv/traceWindow.h (100%) diff --git a/ltt/branches/poly/Makefile.am b/ltt/branches/poly/Makefile.am index f3ef35c7..e55d48a8 100644 --- a/ltt/branches/poly/Makefile.am +++ b/ltt/branches/poly/Makefile.am @@ -1 +1 @@ -SUBDIRS = lttv lttd ltt +SUBDIRS = lttv lttd ltt include diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 785020ad..00a5ae9b 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -57,5 +57,8 @@ AC_CONFIG_FILES([Makefile lttv/plugins/Makefile lttv/plugins/exemples/Makefile lttd/Makefile - ltt/Makefile]) + ltt/Makefile + include/Makefile + include/ltt/Makefile + include/lttv/Makefile]) AC_OUTPUT diff --git a/ltt/branches/poly/lttv/hook.h b/ltt/branches/poly/include/lttv/hook.h similarity index 100% rename from ltt/branches/poly/lttv/hook.h rename to ltt/branches/poly/include/lttv/hook.h diff --git a/ltt/branches/poly/lttv/module.h b/ltt/branches/poly/include/lttv/module.h similarity index 100% rename from ltt/branches/poly/lttv/module.h rename to ltt/branches/poly/include/lttv/module.h diff --git a/ltt/branches/poly/lttv/traceWindow.h b/ltt/branches/poly/include/lttv/traceWindow.h similarity index 100% rename from ltt/branches/poly/lttv/traceWindow.h rename to ltt/branches/poly/include/lttv/traceWindow.h diff --git a/ltt/branches/poly/lttv/Makefile.am b/ltt/branches/poly/lttv/Makefile.am index 4b51df44..4f930b09 100644 --- a/ltt/branches/poly/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/Makefile.am @@ -8,5 +8,3 @@ bin_PROGRAMS = textui textui_SOURCES = main.c module.c option.c hook.c attribute.c \ attribute.h lttv.h module.h option.h trace.h - -lttvinclude_HEADERS = traceWindow.h module.h hook.h -- 2.34.1