From 6145db87e9428f66cb0d8dddf1acfd9a87c2c138 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 8 Sep 2005 03:08:35 +0000 Subject: [PATCH] facilities in usr/share git-svn-id: http://ltt.polymtl.ca/svn@1159 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/Makefile.am | 2 +- ltt/branches/poly/configure.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/Makefile.am b/ltt/branches/poly/Makefile.am index a9061e64..714f1506 100644 --- a/ltt/branches/poly/Makefile.am +++ b/ltt/branches/poly/Makefile.am @@ -1,6 +1,6 @@ # WARNING : ltt must come before lttv, so that the traceread library is # up to date -SUBDIRS = libltt ltt lttctl lttv lttd doc +SUBDIRS = libltt ltt lttctl lttv lttd doc facilities diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 944bb070..5e77a21a 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -126,5 +126,6 @@ AC_CONFIG_FILES([Makefile doc/user/Makefile doc/user/user_guide/Makefile doc/user/user_guide/docbook/Makefile - doc/user/user_guide/html/Makefile]) + doc/user/user_guide/html/Makefile + facilities/Makefile]) AC_OUTPUT -- 2.34.1