Add TTM user-space includes to libdrm make.

This commit is contained in:
Thomas Hellstrom 2009-01-17 12:55:11 +01:00
parent 8bce9b9ee2
commit 39daf20090
2 changed files with 2 additions and 1 deletions

View file

@ -22,7 +22,7 @@
# here too, but let's just do libdrm for now
AUTOMAKE_OPTIONS = foreign
SUBDIRS = libdrm shared-core tests
SUBDIRS = libdrm shared-core tests linux-core/ttm
pkgconfigdir = @pkgconfigdir@
pkgconfig_DATA = libdrm.pc

View file

@ -120,4 +120,5 @@ AC_OUTPUT([
libdrm/radeon/Makefile
shared-core/Makefile
tests/Makefile
linux-core/ttm/Makefile
libdrm.pc])