summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-19 19:01:15 -0500
committerGaetan Nadon <memsize@videotron.ca>2014-04-17 10:21:14 -0400
commitb573b2725bef5854ee0f783903d6a24806ab7765 (patch)
tree96d0be228ae9d5a8b0787ae0c88463a634f6247b
parentc19e0dd72bd5722280629cf81c1a5faec873b6d2 (diff)
downloadutil-image-b573b2725bef5854ee0f783903d6a24806ab7765.tar.gz
make: using EXTRA_DIST for xcb-util-image.pc.in is redundant
All files mentionned in AC_CONFIG_FILES have their source files distributed automatically. http://www.gnu.org/software/automake/manual/automake.html Reviewed-by: Uli Schlachter <psychon@znc.in> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--image/Makefile.am2
1 files changed, 0 insertions, 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