diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-29 14:53:48 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-29 14:53:48 -0400 |
commit | 61d5231db418cec51bd718633c3bba39b18689d6 (patch) | |
tree | 9f949d3ab0473abdc8147fb33e42ad3c7b0e326a | |
parent | 69fc76a0321c6b25cc4286173c53435c69ab8e0e (diff) |
config: remove the pkgconfig pc.in file from EXTRA_DIST
Automake always includes it in the tarball.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6e0feac8..cbea211c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,8 +12,6 @@ pkgconfig_DATA += x11-xcb.pc endif MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST=x11.pc.in x11-xcb.pc.in - DISTCLEANFILES = doltcompile doltlibtool .PHONY: ChangeLog INSTALL |