diff options
author | Younes Manton <[email protected]> | 2010-04-24 13:52:23 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2010-04-24 13:52:23 -0400 |
commit | edca5360cab6063a1dc2a388da800ca01eb86a42 (patch) | |
tree | 9688fbdfa3be73a9688a1ad783525fb9a69d5fdc /src/gallium/winsys/g3dvl | |
parent | 5eb822cb6a8fb461ee5b1bd881e0ef1b91c432b5 (diff) |
vl: Fix up configure.ac/Makefile
Diffstat (limited to 'src/gallium/winsys/g3dvl')
-rw-r--r-- | src/gallium/winsys/g3dvl/drm/nouveau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/g3dvl/drm/nouveau/Makefile b/src/gallium/winsys/g3dvl/drm/nouveau/Makefile index 7ff448421a6..fe41ac9269e 100644 --- a/src/gallium/winsys/g3dvl/drm/nouveau/Makefile +++ b/src/gallium/winsys/g3dvl/drm/nouveau/Makefile @@ -7,7 +7,7 @@ include $(TOP)/configs/current C_SOURCES = DRIVER_INCLUDES = $(shell pkg-config libdrm libdrm_nouveau --cflags-only-I) \ - -I$(TOP)/src/gallium/winsys/drm/nouveau \ + -I$(TOP)/src/gallium/winsys/drm/nouveau DRIVER_DEFINES = $(shell pkg-config libdrm libdrm_nouveau --cflags-only-other) PIPE_DRIVERS = \ |