summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-06-25 10:46:33 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-07-16 11:29:45 +1000
commitc63abdd1eb7bc1d8ae4e25073ef2f29d94991e2b (patch)
treeade6c1884c30f6dee7112dfeead465f81abe494d /Makefile.am
parent0adb09e032e3bd56426620b19438be9c0c66dd54 (diff)
XShm: remove XShm.h library header, split into shm.h, shmproto.h
Removing Xlib function prototypes. Move extension name to shm.h Move protocol request opcodes to shmproto.h
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 11a2bad..0b5d7c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,8 @@ xext_HEADERS = \
securstr.h \
shape.h \
shapestr.h \
- shmstr.h \
+ shm.h \
+ shmproto.h \
sync.h \
syncstr.h \
Xag.h \
@@ -28,7 +29,6 @@ xext_HEADERS = \
EVI.h \
EVIproto.h \
Xext.h \
- XShm.h \
xtestext1.h \
XTest.h \
xteststr.h