Split all non-essential extensions into their own separate libraries, named
authorJosh Triplett <josh@freedesktop.org>
Sat, 15 Apr 2006 19:26:03 +0000 (12:26 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sat, 15 Apr 2006 19:26:03 +0000 (12:26 -0700)
commitff38c17c48c271847d12c81cbf80142c6918dc78
tree92c8c0562b3348ad8f26fab2bf041d344677f5eb
parentfc577b81bfeb79bb78ee529278ed52d59d489f89
Split all non-essential extensions into their own separate libraries, named
libXCBextname.  To use extension extname, include extname.h and link with
-lXCBextname.  This allows extensions to change without bumping the main
libXCB version.

bigreq and xc_misc remain in libXCB, because XCB uses them internally to make
big requests and to allocate XIDs, respectively.
src/Makefile.am