From c0d7502a2cf994e635f1383f523653b92f4bd709 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Thu, 2 Jul 2009 14:57:55 +0200 Subject: trace: Add drm api integration This is okay since drm_api.h doesn't have any external dependancies, one could make it only compile on platforms that support drm. --- src/gallium/drivers/trace/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/trace/Makefile') diff --git a/src/gallium/drivers/trace/Makefile b/src/gallium/drivers/trace/Makefile index 4aeb8e3d7e..dd6831c70a 100644 --- a/src/gallium/drivers/trace/Makefile +++ b/src/gallium/drivers/trace/Makefile @@ -11,6 +11,7 @@ C_SOURCES = \ tr_screen.c \ tr_state.c \ tr_rbug.c \ + tr_drm.c \ tr_texture.c include ../../Makefile.template -- cgit v1.2.3