From: David Goulet Date: Thu, 16 Oct 2014 16:18:00 +0000 (-0400) Subject: Fix: add missing headers to makefile for dist tarball X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=0618d922718cc4c3089b5c9f9429c20749e89c51 Fix: add missing headers to makefile for dist tarball Signed-off-by: David Goulet --- diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 7011d97a6..3a2f4f0b2 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -8,7 +8,7 @@ AM_CFLAGS = -fno-strict-aliasing noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h \ uri.h utils.h lttng-kernel-old.h \ consumer-metadata-cache.h consumer-timer.h \ - consumer-testpoint.h + consumer-testpoint.h align.h bitfield.h bug.h # Common library noinst_LTLIBRARIES = libcommon.la