mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 10:26:12 +00:00
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:
parent
21e9422b01
commit
2fae99bf2c
@ -4,6 +4,7 @@ GPU_TOOLS_PATH := $(top_srcdir)
|
|||||||
include Makefile.sources
|
include Makefile.sources
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libintel_tools.la
|
noinst_LTLIBRARIES = libintel_tools.la
|
||||||
|
noinst_HEADERS = check-ndebug.h
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)
|
AM_CPPFLAGS = -I$(top_srcdir)
|
||||||
AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS)
|
AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user