From 5a856e11fc84ec9e087aa1c52a492eb81b2c1985 Mon Sep 17 00:00:00 2001 From: Rodrigo Vivi Date: Mon, 9 Jun 2014 10:48:10 -0700 Subject: null_state_gen: Fix Makefile.am for make distcheck --- tools/null_state_gen/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/null_state_gen') diff --git a/tools/null_state_gen/Makefile.am b/tools/null_state_gen/Makefile.am index 62b8ff70..58fbd538 100644 --- a/tools/null_state_gen/Makefile.am +++ b/tools/null_state_gen/Makefile.am @@ -1,7 +1,10 @@ +AM_CPPFLAGS = -I$(top_srcdir) + noinst_PROGRAMS = intel_null_state_gen intel_null_state_gen_SOURCES = \ intel_batchbuffer.c \ + intel_batchbuffer.h \ intel_renderstate_gen6.c \ intel_renderstate_gen7.c \ intel_renderstate_gen8.c \ -- cgit v1.2.3