diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2014-02-06 16:55:52 -0500 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2014-02-07 19:02:14 +0900 |
commit | 2e4e3cc896361202e7b310e9df048f44723094a4 (patch) | |
tree | 53b9df3f61bfa8d847152fc4c3472cecca5adced /ewmh | |
parent | 2ff4244bcc5232b02978dc65a0ea359b96ed8423 (diff) |
make: using EXTRA_DIST for xcb-*.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
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Reviewed-by: Arnaud Fontaine <arnau@debian.org>
Diffstat (limited to 'ewmh')
-rw-r--r-- | ewmh/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ewmh/Makefile.am b/ewmh/Makefile.am index ce938b9..c841e7b 100644 --- a/ewmh/Makefile.am +++ b/ewmh/Makefile.am @@ -13,8 +13,6 @@ libxcb_ewmh_la_LDFLAGS = -version-info 2:0:0 -no-undefined pkgconfig_DATA = xcb-ewmh.pc -EXTRA_DIST = xcb-ewmh.pc.in - BUILT_SOURCES = ewmh.c xcb_ewmh.h CLEANFILES = $(BUILT_SOURCES) |