From 68080f48f3874403769559009125aefb3c0bab97 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 20 Jan 2012 17:06:11 -0500 Subject: [PATCH] Fix missing headers in Makefiles Signed-off-by: David Goulet --- src/bin/lttng/Makefile.am | 2 +- src/common/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1