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>
This commit is contained in:
Ben Widawsky 2014-07-29 16:54:48 -07:00
parent 21e9422b01
commit 2fae99bf2c

View 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)