From 4784623b3ef8a8325d7b92c3365400f23bae63e0 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sun, 16 Nov 2014 10:16:47 +0000 Subject: gallium/auxiliary: Remove GALLIVM_CPP_SOURCES Redundant. Should fix ttps://bugs.freedesktop.org/show_bug.cgi?id=86330 --- src/gallium/auxiliary/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gallium/auxiliary/Makefile.am') diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am index 4b3ed920083..19037a271ef 100644 --- a/src/gallium/auxiliary/Makefile.am +++ b/src/gallium/auxiliary/Makefile.am @@ -30,8 +30,7 @@ AM_CXXFLAGS += \ $(LLVM_CXXFLAGS) libgallium_la_SOURCES += \ - $(GALLIVM_SOURCES) \ - $(GALLIVM_CPP_SOURCES) + $(GALLIVM_SOURCES) endif -- cgit v1.2.3