summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-10-14 16:23:50 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-11-21 12:52:17 +0000
commit6bcd5f0d02fff2db0c330af7d139d7a60b59e0e2 (patch)
tree931818aed41ac18467638bd50be7b53e9869befe /src/gallium/tests
parentb7875ca4939bc5db145b463b7a9a1ea0f9fbccb8 (diff)
downloadexternal_mesa3d-6bcd5f0d02fff2db0c330af7d139d7a60b59e0e2.zip
external_mesa3d-6bcd5f0d02fff2db0c330af7d139d7a60b59e0e2.tar.gz
external_mesa3d-6bcd5f0d02fff2db0c330af7d139d7a60b59e0e2.tar.bz2
automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable
As of last commit we no longer need the defines in order to have the function prototypes. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'src/gallium/tests')
-rw-r--r--src/gallium/tests/trivial/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/tests/trivial/Makefile.am b/src/gallium/tests/trivial/Makefile.am
index 56b7f3f..26783ab 100644
--- a/src/gallium/tests/trivial/Makefile.am
+++ b/src/gallium/tests/trivial/Makefile.am
@@ -8,8 +8,7 @@ AM_CFLAGS = \
AM_CPPFLAGS = \
-I$(top_srcdir)/src/gallium/drivers \
-I$(top_srcdir)/src/gallium/winsys \
- -DPIPE_SEARCH_DIR=\"$(PIPE_SRC_DIR)/.libs\" \
- $(GALLIUM_PIPE_LOADER_DEFINES)
+ -DPIPE_SEARCH_DIR=\"$(PIPE_SRC_DIR)/.libs\"
LDADD = \
$(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \