summaryrefslogtreecommitdiff
path: root/tools/null_state_gen/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/null_state_gen/Makefile.am')
-rw-r--r--tools/null_state_gen/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/null_state_gen/Makefile.am b/tools/null_state_gen/Makefile.am
index bf8cbdb9..24884a7f 100644
--- a/tools/null_state_gen/Makefile.am
+++ b/tools/null_state_gen/Makefile.am
@@ -1,11 +1,13 @@
GPU_TOOLS_PATH := $(top_srcdir)
AM_CPPFLAGS = -I$(top_srcdir)
+AM_CFLAGS = $(DEBUG_CFLAGS) $(CWARNFLAGS)
noinst_PROGRAMS = intel_null_state_gen
intel_null_state_gen_SOURCES = \
intel_batchbuffer.c \
intel_batchbuffer.h \
+ intel_renderstate.h \
intel_renderstate_gen6.c \
intel_renderstate_gen7.c \
intel_renderstate_gen8.c \