From c72581c844efbaaa7e632377b57678f6668327fe Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Tue, 15 Jan 2008 17:06:14 -0500 Subject: [PATCH] Inputs to AC_CONFIG_FILES are automatically distributed. Hence, it is not necessary to explicitly add them to EXTRA_DIST. --- Makefile.am | 65 ----------------------------------------------------- 1 file changed, 65 deletions(-) diff --git a/Makefile.am b/Makefile.am index 440e9a8..2bf2102 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 - - -- 2.34.1