From 0b5fb04901c0ac733559b406d40c340ea821fcf0 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 22 Oct 2012 12:25:45 -0400 Subject: [PATCH 1/1] Fix: Add missing header to makefile Signed-off-by: David Goulet --- src/common/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/Makefile.am b/src/common/Makefile.am index da65374db..b43b37676 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -5,7 +5,8 @@ SUBDIRS = compat hashtable kernel-ctl sessiond-comm relayd \ AM_CFLAGS = -fno-strict-aliasing -noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h uri.h utils.h +noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h \ + uri.h utils.h lttng-kernel-old.h # Common library noinst_LTLIBRARIES = libcommon.la -- 2.34.1