summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorBen Widawsky <benjamin.widawsky@intel.com>2014-07-29 16:54:48 -0700
committerBen Widawsky <benjamin.widawsky@intel.com>2014-07-29 17:00:28 -0700
commit2fae99bf2cc69eed3ef71ba4d71f640463de57c3 (patch)
tree6c3d820cb4b70ecc3dffd16b71236ed50c620187 /lib/Makefile.am
parent21e9422b01a196dbb6f4c079d352978d81d55f32 (diff)
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 <ben@bwidawsk.net>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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)