summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/Automake.inc
blob: 0a0aa34e74a258f6807f6eace68ac202ba30a446 (plain)
1
2
3
4
5
6
7
if HAVE_GALLIUM_LLVMPIPE

TARGET_CPPFLAGS += -DGALLIUM_LLVMPIPE
TARGET_LIB_DEPS += \
	$(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la

endif