Bump to 1.1.90.
[free-sw/xcb/libxcb] / Makefile.am
index 440e9a8..2bf2d0f 100644 (file)
@@ -54,9 +54,15 @@ endif
 if BUILD_XINERAMA
 pkgconfig_DATA += xcb-xinerama.pc
 endif
+if BUILD_XINPUT
+pkgconfig_DATA += xcb-xinput.pc
+endif
 if BUILD_XPRINT
 pkgconfig_DATA += xcb-xprint.pc
 endif
+if BUILD_SELINUX
+pkgconfig_DATA += xcb-xselinux.pc
+endif
 if BUILD_XTEST
 pkgconfig_DATA += xcb-xtest.pc
 endif
@@ -69,72 +75,7 @@ endif
 
 
 EXTRA_DIST = \
-xcb.pc.in \
-xcb-xlib.pc.in \
 tools/README \
 tools/api_conv.pl \
 tools/constants \
 autogen.sh
-
-if BUILD_COMPOSITE
-EXTRA_DIST += xcb-composite.pc.in
-endif
-if BUILD_DAMAGE
-EXTRA_DIST += xcb-damage.pc.in
-endif
-if BUILD_DPMS
-EXTRA_DIST += xcb-dpms.pc.in
-endif
-if BUILD_GLX
-EXTRA_DIST += xcb-glx.pc.in
-endif
-if BUILD_RANDR
-EXTRA_DIST += xcb-randr.pc.in
-endif
-if BUILD_RECORD
-EXTRA_DIST += xcb-record.pc.in
-endif
-if BUILD_RENDER
-EXTRA_DIST += xcb-render.pc.in
-endif
-if BUILD_RES
-EXTRA_DIST += xcb-res.pc.in
-endif
-if BUILD_SCREENSAVER
-EXTRA_DIST += xcb-screensaver.pc.in
-endif
-if BUILD_SHAPE
-EXTRA_DIST += xcb-shape.pc.in
-endif
-if BUILD_SHM
-EXTRA_DIST += xcb-shm.pc.in
-endif
-if BUILD_SYNC
-EXTRA_DIST += xcb-sync.pc.in
-endif
-if BUILD_XEVIE
-EXTRA_DIST += xcb-xevie.pc.in
-endif
-if BUILD_XF86DRI
-EXTRA_DIST += xcb-xf86dri.pc.in
-endif
-if BUILD_XFIXES
-EXTRA_DIST += xcb-xfixes.pc.in
-endif
-if BUILD_XINERAMA
-EXTRA_DIST += xcb-xinerama.pc.in
-endif
-if BUILD_XPRINT
-EXTRA_DIST += xcb-xprint.pc.in
-endif
-if BUILD_XTEST
-EXTRA_DIST += xcb-xtest.pc.in
-endif
-if BUILD_XV
-EXTRA_DIST += xcb-xv.pc.in
-endif
-if BUILD_XVMC
-EXTRA_DIST += xcb-xvmc.pc.in
-endif
-
-