lib: Add ndebug to the headers
authorBen Widawsky <benjamin.widawsky@intel.com>
Tue, 29 Jul 2014 23:54:48 +0000 (16:54 -0700)
committerBen Widawsky <benjamin.widawsky@intel.com>
Wed, 30 Jul 2014 00:00:28 +0000 (17:00 -0700)
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>
lib/Makefile.am

index e8e04a2..001ecab 100644 (file)
@@ -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)