summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-25 07:58:17 -0700
committerBrian Paul <brianp@vmware.com>2009-02-25 07:58:17 -0700
commit501d6d49dd37597ef65dd8b62a8c7982e735143c (patch)
tree03f23696f2e35596d0346ac475dd78736cf0b022 /src/gallium/state_trackers/egl/Makefile
parentdbab39c6caacb974062ac574b365254412aea412 (diff)
egl: add comment/reminder to fix the CFLAGS in this Makefile
Diffstat (limited to 'src/gallium/state_trackers/egl/Makefile')
-rw-r--r--src/gallium/state_trackers/egl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/egl/Makefile b/src/gallium/state_trackers/egl/Makefile
index d266ae2d62..537ca19cb2 100644
--- a/src/gallium/state_trackers/egl/Makefile
+++ b/src/gallium/state_trackers/egl/Makefile
@@ -6,6 +6,8 @@ TOP = ../../../..
include ${TOP}/configs/current
+# XXX: We shouldn't be specifying special compiler flags here.
+# Flags should come from the configuration file instead.
CFLAGS:= -g -Wall -Werror-implicit-function-declaration -fPIC \
-I${GALLIUMDIR}/include \
-I${GALLIUMDIR}/auxiliary \