From: David Goulet Date: Mon, 22 Oct 2012 16:25:45 +0000 (-0400) Subject: Fix: Add missing header to makefile X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=0b5fb04901c0ac733559b406d40c340ea821fcf0;hp=1be4792f346ea9a05cfc0acd38e295417c67d122 Fix: Add missing header to makefile Signed-off-by: David Goulet --- 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