From fe3f98ed70be01a49dd2e93870907d092fe4a283 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 3 Mar 2012 09:07:48 -0500 Subject: gallium/drivers: Use automake to generate makefile --- src/gallium/drivers/rbug/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/drivers/rbug') diff --git a/src/gallium/drivers/rbug/Makefile b/src/gallium/drivers/rbug/Makefile index 64e172fe5c1..a426727c83f 100644 --- a/src/gallium/drivers/rbug/Makefile +++ b/src/gallium/drivers/rbug/Makefile @@ -10,3 +10,6 @@ C_SOURCES = \ rbug_screen.c include ../../Makefile.template + +# FIXME: Remove when this driver is converted to automake. +all: default -- cgit v1.2.3