From 0618d922718cc4c3089b5c9f9429c20749e89c51 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 16 Oct 2014 12:18:00 -0400 Subject: [PATCH] Fix: add missing headers to makefile for dist tarball Signed-off-by: David Goulet --- src/common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1