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 4b3ed92008328094fdc58d9ef7ba7c20c49f201b..19037a271ef3b53ea7872d18b999cae4d0ca6f34 100644 (file)
@@ -30,8 +30,7 @@ AM_CXXFLAGS += \
        $(LLVM_CXXFLAGS)
 
 libgallium_la_SOURCES += \
-       $(GALLIVM_SOURCES) \
-       $(GALLIVM_CPP_SOURCES)
+       $(GALLIVM_SOURCES)
 
 endif
 
index 73bc1ecfec52140eb39e219332e5ea32c61502d8..bbb6dccb63241fc9fa72881a99ac2a48841b3654 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 94041d24778eb6e9a9a06832a4b1388e763fbaf8..6f67849d802bda1f1730afc8f88b4136f725ca9d 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(