diff options
author | Jakob Bornecrantz <[email protected]> | 2009-06-30 11:57:29 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-06-30 12:24:47 +0200 |
commit | f7cbaae13d67c55abe81ac230de37f564365099f (patch) | |
tree | fa026082e300ec2929062e9c8949c7c5fee3de3c /src/gallium/drivers/identity/Makefile | |
parent | 303cbb45b558a2b94e6922252cf57d115ba60b82 (diff) |
identity: Create a drm_api wrapper
Diffstat (limited to 'src/gallium/drivers/identity/Makefile')
-rw-r--r-- | src/gallium/drivers/identity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/identity/Makefile b/src/gallium/drivers/identity/Makefile index 74692d97610..e32b9102e59 100644 --- a/src/gallium/drivers/identity/Makefile +++ b/src/gallium/drivers/identity/Makefile @@ -6,6 +6,7 @@ LIBNAME = identity C_SOURCES = \ id_objects.c \ id_context.c \ - id_screen.c + id_screen.c \ + id_drm.c include ../../Makefile.template |