diff options
author | Roland Scheidegger <[email protected]> | 2018-02-07 23:47:39 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2018-02-07 23:47:39 +0100 |
commit | 09f49b9e50ee86e24c7e975f08535aa7237852a1 (patch) | |
tree | b5b76d69f1110eccdd3f7d3d0aa78c3e8ec6e264 /src/gallium/targets/d3dadapter9 | |
parent | 6f82b8d8d0a986aac28e7bec47fc313fb950475c (diff) |
Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"
This reverts commit 6f82b8d8d0a986aac28e7bec47fc313fb950475c.
This broke scons build, and reportedly clover with autotools/meson too.
Diffstat (limited to 'src/gallium/targets/d3dadapter9')
-rw-r--r-- | src/gallium/targets/d3dadapter9/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/gallium/targets/d3dadapter9/Makefile.am b/src/gallium/targets/d3dadapter9/Makefile.am index 69cebbcd16f..c2aae0c7808 100644 --- a/src/gallium/targets/d3dadapter9/Makefile.am +++ b/src/gallium/targets/d3dadapter9/Makefile.am @@ -35,7 +35,10 @@ AM_CFLAGS = \ $(VISIBILITY_CFLAGS) AM_CPPFLAGS = \ - $(DEFINES) + $(DEFINES) \ + -DGALLIUM_DDEBUG \ + -DGALLIUM_RBUG \ + -DGALLIUM_TRACE ninedir = $(D3D_DRIVER_INSTALL_DIR) nine_LTLIBRARIES = d3dadapter9.la @@ -67,6 +70,9 @@ d3dadapter9_la_LIBADD = \ $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(top_builddir)/src/gallium/state_trackers/nine/libninetracker.la \ $(top_builddir)/src/util/libmesautil.la \ + $(top_builddir)/src/gallium/drivers/ddebug/libddebug.la \ + $(top_builddir)/src/gallium/drivers/rbug/librbug.la \ + $(top_builddir)/src/gallium/drivers/trace/libtrace.la \ $(EXPAT_LIBS) \ $(GALLIUM_COMMON_LIB_DEPS) |