diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:00:30 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-29 09:12:08 -0400 |
commit | 3e4e9437e5a9d13a7accbf77ed498e327d51ac2e (patch) | |
tree | bcbd10851af357534304978a11d9ba63e5ce7d79 | |
parent | fe38c4d7b57d698de7bb8c4445b1c079386c8c7e (diff) |
config: remove the pkgconfig pc.in file from EXTRA_DIST
Automake always includes it in the tarball.
remove autogen.sh which is 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 1c35593..7c9b757 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,6 @@ pkgconfig_DATA = damageproto.pc dist_doc_DATA = damageproto.txt -EXTRA_DIST = autogen.sh damageproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |