From b573b2725bef5854ee0f783903d6a24806ab7765 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 19 Feb 2014 19:01:15 -0500 Subject: 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 Reviewed-by: Josh Triplett Signed-off-by: Gaetan Nadon --- 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 -- cgit v1.2.1