From: compudj Date: Thu, 8 Sep 2005 03:08:35 +0000 (+0000) Subject: facilities in usr/share X-Git-Tag: v0.12.20~2330 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=6145db87e9428f66cb0d8dddf1acfd9a87c2c138;p=lttv.git facilities in usr/share git-svn-id: http://ltt.polymtl.ca/svn@1159 04897980-b3bd-0310-b5e0-8ef037075253 --- 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