gallium/auxiliary: Remove GALLIVM_CPP_SOURCES

Redundant.

Should fix ttps://bugs.freedesktop.org/show_bug.cgi?id=86330
This commit is contained in:
José Fonseca
2014-11-16 10:16:47 +00:00
parent 45e2ba1b8c
commit 4784623b3e
3 changed files with 1 additions and 9 deletions
+1 -2
View File
@@ -30,8 +30,7 @@ AM_CXXFLAGS += \
$(LLVM_CXXFLAGS)
libgallium_la_SOURCES += \
$(GALLIVM_SOURCES) \
$(GALLIVM_CPP_SOURCES)
$(GALLIVM_SOURCES)
endif
-6
View File
@@ -406,9 +406,3 @@ GALLIVM_SOURCES := \
gallivm/lp_bld_tgsi_soa.c \
gallivm/lp_bld_type.c \
gallivm/lp_bld_type.h
GALLIVM_CPP_SOURCES := \
gallivm/lp_bld_debug.cpp \
gallivm/lp_bld_debug.h \
gallivm/lp_bld_misc.cpp \
gallivm/lp_bld_misc.h
-1
View File
@@ -42,7 +42,6 @@ source = env.ParseSourceList('Makefile.sources', [
if env['llvm']:
source += env.ParseSourceList('Makefile.sources', [
'GALLIVM_SOURCES',
'GALLIVM_CPP_SOURCES'
])
gallium = env.ConvenienceLibrary(