diff options
author | Matt Turner <mattst88@gmail.com> | 2012-09-13 14:53:35 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-10-01 15:23:05 -0700 |
commit | b6c0fa1280c523eb5c75d5508cd18d5ae7c8b21c (patch) | |
tree | 5d0a33e84cdfc118c7094b9bdc714f1ba25e41a3 | |
parent | 24ded898761757ec68e8f6dbe7de1f18c0be3f63 (diff) |
libdricore: Remove dead C(XX)FLAGS_NOVISIBILITY
-rw-r--r-- | src/mesa/libdricore/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mesa/libdricore/Makefile.am b/src/mesa/libdricore/Makefile.am index 897aeda6c6..efd836e45e 100644 --- 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) \ |