From d6309f5907981526e78078dfb87419fbd267f270 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 3 Nov 2011 10:13:01 -0400 Subject: [PATCH] Fix build system with libustcomm removed Signed-off-by: David Goulet --- Makefile.am | 1 - configure.ac | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9bafeb481..e43da8d75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,6 @@ SUBDIRS = liblttng-sessiond-comm \ liblttng-consumer \ lttng-consumerd \ liblttngctl \ - libustcomm \ lttng \ ltt-sessiond \ tests \ diff --git a/configure.ac b/configure.ac index 0ac647006..ff950cd79 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,6 @@ AC_CONFIG_FILES([ liblttng-ustconsumer/Makefile liblttngctl/Makefile liblttng-sessiond-comm/Makefile - libustcomm/Makefile lttng-consumerd/Makefile ltt-sessiond/Makefile lttng/Makefile -- 2.34.1