diff options
author | Emil Velikov <[email protected]> | 2014-02-08 02:56:32 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-11 21:32:39 +0000 |
commit | eda9a66f7e509261f2b9e24099fd65d43f31f122 (patch) | |
tree | 7a43518f8bbedffe4c79c2d73fe9b9bd2a77562a /src/mesa/drivers/osmesa | |
parent | 927b9e8eb831e644e3029428e35035875c19d431 (diff) |
osmesa: drop obsolete AM_CXXFLAGS
There is no cpp files during the build process, thus we
can safely drop the unused cxxflags.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/osmesa')
-rw-r--r-- | src/mesa/drivers/osmesa/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am index d09c18eed31..4935335e291 100644 --- a/src/mesa/drivers/osmesa/Makefile.am +++ b/src/mesa/drivers/osmesa/Makefile.am @@ -29,8 +29,6 @@ AM_CPPFLAGS = \ $(DEFINES) AM_CFLAGS = $(PTHREAD_CFLAGS) \ $(VISIBILITY_CFLAGS) -AM_CXXFLAGS = $(PTHREAD_CFLAGS) \ - $(VISIBILITY_CXXFLAGS) lib_LTLIBRARIES = lib@[email protected] |