[Xcb] [PATCH util-image 07/12] make: using EXTRA_DIST for xcb-util-image.pc.in is redundant

Gaetan Nadon memsize at videotron.ca
Thu Apr 3 16:33:19 PDT 2014


All files mentionned in AC_CONFIG_FILES have their source files
distributed automatically.

http://www.gnu.org/software/automake/manual/automake.html

Reviewed-by: Josh Triplett <josh at joshtriplett.org>
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 image/Makefile.am |    2 --
 1 file changed, 2 deletions(-)

diff --git a/image/Makefile.am b/image/Makefile.am
index 47a8b49..3540c22 100644
--- a/image/Makefile.am
+++ b/image/Makefile.am
@@ -13,8 +13,6 @@ libxcb_image_la_LDFLAGS = -no-undefined
 
 pkgconfig_DATA = xcb-image.pc
 
-EXTRA_DIST=xcb-image.pc.in
-
 noinst_PROGRAMS = test_xcb_image test_formats test_bitmap
 
 if HAVE_SHM
-- 
1.7.9.5



More information about the Xcb mailing list