diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:00:30 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:01:18 -0400 |
commit | 68ff97cd30c709439c088bfea2c33a4f9632ed38 (patch) | |
tree | 8d24c31367389b6a8735d50ab8b5c53e2df19e0b | |
parent | 1a48a0d70e00fd11521e436864a8ec0705e58285 (diff) |
config: remove the pkgconfig pc.in file from EXTRA_DIST
Automake always includes it in the tarball.
autogen.sh is also not required in any GNU package.
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 e982323..5a14884 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,6 @@ pkgconfig_DATA = compositeproto.pc dist_doc_DATA = compositeproto.txt -EXTRA_DIST = autogen.sh compositeproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |