Fix: add missing headers to makefile for dist tarball
authorDavid Goulet <dgoulet@efficios.com>
Thu, 16 Oct 2014 16:18:00 +0000 (12:18 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 16 Oct 2014 16:18:00 +0000 (12:18 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/Makefile.am

index 7011d97a64e08f0a3308d1d88f9fff2ebbcc3bf3..3a2f4f0b2f4242d00d0484fbe178d3891a6fdc01 100644 (file)
@@ -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
This page took 0.026921 seconds and 5 git commands to generate.