diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-01-15 17:06:14 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-01-15 17:06:14 -0500 |
commit | c72581c844efbaaa7e632377b57678f6668327fe (patch) | |
tree | 69f5b85381f3fe549181771ec6d2d80ef7b4d918 /Makefile.am | |
parent | 7a74ba3d0212f9bfe021d6da9070f71cbc53f85b (diff) |
Inputs to AC_CONFIG_FILES are automatically distributed.
Hence, it is not necessary to explicitly add them to EXTRA_DIST.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 65 |
1 files changed, 0 insertions, 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 - - |