projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ded89
)
libdricore: Remove dead C(XX)FLAGS_NOVISIBILITY
author
Matt Turner
<mattst88@gmail.com>
Thu, 13 Sep 2012 21:53:35 +0000
(14:53 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Mon, 1 Oct 2012 22:23:05 +0000
(15:23 -0700)
src/mesa/libdricore/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/libdricore/Makefile.am
b/src/mesa/libdricore/Makefile.am
index 897aeda6c6f3df981992862878e5144c0f14daf2..efd836e45e9058479f892eb090bee8c9100845a6 100644
(file)
--- a/
src/mesa/libdricore/Makefile.am
+++ b/
src/mesa/libdricore/Makefile.am
@@
-30,11
+30,8
@@
noinst_PROGRAMS =
AM_CPPFLAGS = \
$(INCLUDE_DIRS) \
$(API_DEFINES) \
- $(DEFINES)
-
-AM_CFLAGS = $(CFLAGS_NOVISIBILITY) -DUSE_DRICORE
-AM_CXXFLAGS = $(CXXFLAGS_NOVISIBILITY) -DUSE_DRICORE
-AM_CCASFLAGS = $(CFLAGS_NOVISIBILITY) -DUSE_DRICORE
+ $(DEFINES) \
+ -DUSE_DRICORE
libdricore@VERSION@_la_SOURCES = \
$(MESA_FILES) \