From: David Goulet Date: Fri, 20 Jan 2012 22:06:11 +0000 (-0500) Subject: Fix missing headers in Makefiles X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=68080f48f3874403769559009125aefb3c0bab97 Fix missing headers in Makefiles Signed-off-by: David Goulet --- diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index 28673a910..282ef9a4e 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS = -DINSTALL_BIN_PATH=\""$(bindir)"\" bin_PROGRAMS = lttng -lttng_SOURCES = cmd.h conf.c conf.h commands/start.c \ +lttng_SOURCES = command.h conf.c conf.h commands/start.c \ commands/list.c commands/create.c commands/destroy.c \ commands/stop.c commands/enable_events.c \ commands/disable_events.c commands/enable_channels.c \ diff --git a/src/common/Makefile.am b/src/common/Makefile.am index e9ec3db82..37f9acb9a 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = hashtable kernel-ctl sessiond-comm kernel-consumer ust-consumer AM_CFLAGS = -fno-strict-aliasing -noinst_HEADERS = lttng-kernel.h defaults.h macros.h +noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h noinst_LTLIBRARIES = libcommon.la