diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-30 09:44:47 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-30 09:44:47 -0400 |
commit | a33850fe1af31cf672e448a3c86ac5afb9fee06c (patch) | |
tree | 450c944840511f45d2ca7e0ddfff8f8c655b18a1 | |
parent | b443002c146569077394675c9e784b173d48c6e6 (diff) |
config: remove the xft-config.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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3949b59..df2ee70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,6 @@ pkgconfig_DATA = xft.pc CLEANFILES = xft-config MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xft-config.in .PHONY: ChangeLog INSTALL |