projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f65200c
)
loader: Add missing EXPAT_CFLAGS to libloader.la CPPFLAGS
author
Michael Forney
<mforney@mforney.org>
Sun, 7 Dec 2014 08:51:00 +0000
(
00:51
-0800)
committer
Matt Turner
<mattst88@gmail.com>
Mon, 8 Dec 2014 16:50:27 +0000
(08:50 -0800)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/loader/Makefile.am
patch
|
blob
|
history
diff --git
a/src/loader/Makefile.am
b/src/loader/Makefile.am
index 16b9f8f70c2a5e8d0b54a36f321b77ae1753923e..6c5bd627d6f290720d6d8211c5a2c9cfb4d95795 100644
(file)
--- a/
src/loader/Makefile.am
+++ b/
src/loader/Makefile.am
@@
-40,7
+40,8
@@
libloader_la_CPPFLAGS += \
-I$(top_builddir)/src/mesa/drivers/dri/common/ \
-I$(top_srcdir)/src/mesa/ \
-I$(top_srcdir)/src/mapi/ \
- -DUSE_DRICONF
+ -DUSE_DRICONF \
+ $(EXPAT_CFLAGS)
libloader_la_SOURCES += \
$(top_srcdir)/src/mesa/drivers/dri/common/xmlconfig.c