autotools: Add missing top-level include dir.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 13 Mar 2013 00:16:24 +0000 (00:16 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 13 Mar 2013 00:25:09 +0000 (00:25 +0000)
Fixes autotools build failure.  Not sure if there are more, as I have
difficulties in building the full tree.

src/gallium/drivers/Makefile.am

index 25d9533c9496d97123fca15522bc025a8a54853e..3477feef05c2742da514e229a9409a1dc226e528 100644 (file)
@@ -1,6 +1,7 @@
 AUTOMAKE_OPTIONS = subdir-objects
 
 AM_CPPFLAGS = \
+       -I$(top_srcdir)/include \
        -I$(top_srcdir)/src/gallium/include \
        -I$(top_srcdir)/src/gallium/auxiliary \
        -I$(top_srcdir)/src/gallium/drivers \