Disable ltttraceread library build
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 2 Apr 2012 20:48:26 +0000 (16:48 -0400)
committerYannick Brosseau <yannick.brosseau@gmail.com>
Mon, 11 Jun 2012 21:34:33 +0000 (17:34 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
configure.ac

index fd556a5a4ab979f37b5b5d54608ba2c5d0ae0285..89c23b15638c37aa241f430e4791c7469e47c3de 100644 (file)
@@ -1,12 +1,5 @@
 ACLOCAL_AMFLAGS = -I config
 
-# WARNING : ltt must come before lttv, so that the traceread library is
-# up to date
-
-if BUILD_LIB_ONLY
-SUBDIRS = ltt doc
-else
 SUBDIRS = ltt lttv doc
-endif
 
 EXTRA_DIST = LTTngManual.html
index e93c13cc15dd977364ffa32951b8109c7cedf397..e1d04d0588d2e9372be3c1002420c847ef9861a5 100644 (file)
@@ -29,19 +29,6 @@ AM_SILENT_RULES([yes])
 AC_CONFIG_HEADERS([config.h])
 LT_INIT
 
-# If requested, only build the ltt trace reading library
-AC_ARG_WITH(lttv,
-       AS_HELP_STRING([--with-lttv],
-       [build whole LTTV system, as opposd to only the trace reading library [[default=yes]]]),
-       [with_lttv="$withval"],
-       [with_lttv="yes"])
-
-# If we've requested the lib only, turn off the lttv-gui building as well
-AS_IF([test "x$with_lttv" = "xno"], [with_lttv_gui="no"])
-
-AM_CONDITIONAL([BUILD_LIB_ONLY], [ test "x$with_lttv" = "xno" ])
-
-
 # If requested, avoid building LTTV part
 AC_ARG_WITH(lttv-gui,
        AS_HELP_STRING([--with-lttv-gui],
@@ -182,6 +169,8 @@ AC_SUBST(lttvincludedir)
 AC_SUBST(lttvwindowincludedir)
 AC_SUBST(lttctlincludedir)
 
+#      ltt/Makefile
+
 AC_CONFIG_FILES([Makefile
        lttv/Makefile
        lttv/lttv/Makefile
@@ -200,7 +189,6 @@ AC_CONFIG_FILES([Makefile
        lttv/modules/gui/filter/Makefile
        lttv/modules/gui/tracecontrol/Makefile
        lttv/modules/gui/resourceview/Makefile
-       ltt/Makefile
        doc/Makefile
        doc/developer/Makefile
        doc/developer/developer_guide/Makefile
This page took 0.026623 seconds and 4 git commands to generate.