From 2fae99bf2cc69eed3ef71ba4d71f640463de57c3 Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Tue, 29 Jul 2014 16:54:48 -0700 Subject: [PATCH] lib: Add ndebug to the headers If you don't do this, it is excluded from the tarball generated by make distcheck. 1.6 and 1.7 both are not buildable as a result. Signed-off-by: Ben Widawsky --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index e8e04a25..001ecab3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,6 +4,7 @@ GPU_TOOLS_PATH := $(top_srcdir) include Makefile.sources noinst_LTLIBRARIES = libintel_tools.la +noinst_HEADERS = check-ndebug.h AM_CPPFLAGS = -I$(top_srcdir) AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS)