gallium/auxiliary: Remove GALLIVM_CPP_SOURCES
Redundant. Should fix ttps://bugs.freedesktop.org/show_bug.cgi?id=86330
This commit is contained in:
@@ -30,8 +30,7 @@ AM_CXXFLAGS += \
|
||||
$(LLVM_CXXFLAGS)
|
||||
|
||||
libgallium_la_SOURCES += \
|
||||
$(GALLIVM_SOURCES) \
|
||||
$(GALLIVM_CPP_SOURCES)
|
||||
$(GALLIVM_SOURCES)
|
||||
|
||||
endif
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user