diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-07-30 18:48:27 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-07-30 18:55:03 -0700 |
commit | b37b1e66996f8335dafc97b12d25aaec452b931e (patch) | |
tree | 46bbd3e520419222f584305c6aacca6daa044729 /Xext/Makefile.am | |
parent | a3afa6f2fb80489f7b6a88d12def09281d32ed94 (diff) |
Make shmint.h part of the SDK.
This includes ShmRegisterFuncs, ShmSetPixmapFormat, fbShmPutImage, and
ShmRegisterFbFuncs. Note that fbShmPutImage was already exported.
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 60b4c4c6c..fc4376ee1 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -15,7 +15,7 @@ INCLUDES = -I$(top_srcdir)/hw/xfree86/dixmods/extmod AM_CFLAGS = $(DIX_CFLAGS) if XORG -sdk_HEADERS = xvdix.h xvmcext.h geext.h geint.h +sdk_HEADERS = xvdix.h xvmcext.h geext.h geint.h shmint.h endif # Sources always included in libXextbuiltin.la & libXext.la |