summaryrefslogtreecommitdiff
path: root/src/glx/Makefile.am
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-03-03 09:51:19 -0700
committerBrian Paul <brianp@vmware.com>2015-03-04 08:33:48 -0700
commit0339e7dbdab2ee3a4776e50461bc4697a23b57b6 (patch)
treef3044daf14b5ac0a6c8575c3819e99c16c86093c /src/glx/Makefile.am
parent6e836d2c8643dff127c0aef22dcabed763d7ea3e (diff)
glx: use ARRAY_SIZE from macros.h
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/glx/Makefile.am')
-rw-r--r--src/glx/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am
index 3ea1b30d7c..6e50e096fa 100644
--- a/src/glx/Makefile.am
+++ b/src/glx/Makefile.am
@@ -35,6 +35,7 @@ endif
AM_CFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/include/GL/internal \
+ -I$(top_srcdir)/src \
-I$(top_srcdir)/src/loader \
-I$(top_srcdir)/src/mapi \
-I$(top_srcdir)/src/mapi/glapi \