summaryrefslogtreecommitdiff
path: root/shared-core/Makefile.am
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2008-12-17 10:09:49 -0800
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-12-17 10:11:37 -0800
commit731cd5526e5c732d51307b26e784f454a724a699 (patch)
tree215249e4aa86a3d8418b7f5cad95551d49ecce2d /shared-core/Makefile.am
parentc86d431fe6174b1c2de531929213ea7dbd92326d (diff)
libdrm: add mode setting files
Add mode setting files to libdrm, including xf86drmMode.* and the new drm_mode.h header. Also add a couple of tests to sanity check the kernel interfaces and update code to support them.
Diffstat (limited to 'shared-core/Makefile.am')
-rw-r--r--shared-core/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/Makefile.am b/shared-core/Makefile.am
index 7193e527..99e90d64 100644
--- a/shared-core/Makefile.am
+++ b/shared-core/Makefile.am
@@ -25,6 +25,7 @@
klibdrmincludedir = ${includedir}/drm
klibdrminclude_HEADERS = \
drm.h \
+ drm_mode.h \
drm_sarea.h \
i915_drm.h \
mach64_drm.h \