gallium/auxiliary: Remove GALLIVM_CPP_SOURCES
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 16 Nov 2014 10:16:47 +0000 (10:16 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 16 Nov 2014 10:16:47 +0000 (10:16 +0000)
Redundant.

Should fix ttps://bugs.freedesktop.org/show_bug.cgi?id=86330

src/gallium/auxiliary/Makefile.am
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/SConscript

index 4b3ed92..19037a2 100644 (file)
@@ -30,8 +30,7 @@ AM_CXXFLAGS += \
        $(LLVM_CXXFLAGS)
 
 libgallium_la_SOURCES += \
-       $(GALLIVM_SOURCES) \
-       $(GALLIVM_CPP_SOURCES)
+       $(GALLIVM_SOURCES)
 
 endif
 
index 73bc1ec..bbb6dcc 100644 (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
index 94041d2..6f67849 100644 (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(