summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-06-25 10:43:32 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-07-16 11:29:44 +1000
commit0adb09e032e3bd56426620b19438be9c0c66dd54 (patch)
tree2ef6c716e5c4772891695b6a3b720c778e64e458 /Makefile.am
parent727003b51844dd1bd41b668bedfa92d2bb7ef964 (diff)
XLbx: remove XLbx library headers, split into lbx.h, lbxproto.h
Remove Xlib function prototypes. Move extension name into lbx.h, move protocol opcodes into lbxproto.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 4c49cdd..11a2bad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,8 @@ xext_HEADERS = \
ge.h \
geproto.h \
Xge.h \
- lbxstr.h \
+ lbx.h \
+ lbxproto.h \
mitmisc.h \
mitmiscproto.h \
multibuf.h \
@@ -27,7 +28,6 @@ xext_HEADERS = \
EVI.h \
EVIproto.h \
Xext.h \
- XLbx.h \
XShm.h \
xtestext1.h \
XTest.h \