diff options
author | Eric Anholt <[email protected]> | 2012-11-06 23:18:36 -0800 |
---|---|---|
committer | Chad Versace <[email protected]> | 2012-11-12 15:52:41 -0800 |
commit | e9e8e194e2c607f14cbf3c3df6d5daeb1890603b (patch) | |
tree | 5ab199e8ff284e7cee04fcba5be020dd51cbba17 /src/mesa/libdricore | |
parent | be655ec61760af0056a2ee40b3a616bebe6d0544 (diff) |
automake: Merge separated *_CXX_FILES variables to *_FILES in core mesa.
They were always used with the corresponding *_FILES variables now that
automake handles rule generation.
Reviewed-by: Chad Versace <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/libdricore')
-rw-r--r-- | src/mesa/libdricore/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/libdricore/Makefile.am b/src/mesa/libdricore/Makefile.am index efd836e45e9..1de6df80ff1 100644 --- a/src/mesa/libdricore/Makefile.am +++ b/src/mesa/libdricore/Makefile.am @@ -35,7 +35,6 @@ AM_CPPFLAGS = \ libdricore@VERSION@_la_SOURCES = \ $(MESA_FILES) \ - $(MESA_CXX_FILES) \ $(LIBGLCPP_GENERATED_FILES) \ $(LIBGLCPP_FILES) \ $(LIBGLSL_FILES) \ |