Inputs to AC_CONFIG_FILES are automatically distributed.
Hence, it is not necessary to explicitly add them to EXTRA_DIST.
This commit is contained in:
parent
7a74ba3d02
commit
c72581c844
65
Makefile.am
65
Makefile.am
|
@ -69,72 +69,7 @@ endif
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
xcb.pc.in \
|
|
||||||
xcb-xlib.pc.in \
|
|
||||||
tools/README \
|
tools/README \
|
||||||
tools/api_conv.pl \
|
tools/api_conv.pl \
|
||||||
tools/constants \
|
tools/constants \
|
||||||
autogen.sh
|
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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue