Inputs to AC_CONFIG_FILES are automatically distributed.
authorEamon Walsh <ewalsh@tycho.nsa.gov>
Tue, 15 Jan 2008 22:06:14 +0000 (17:06 -0500)
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>
Tue, 15 Jan 2008 22:06:14 +0000 (17:06 -0500)
Hence, it is not necessary to explicitly add them to EXTRA_DIST.

Makefile.am

index 440e9a8..2bf2102 100644 (file)
@@ -69,72 +69,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
-
-