diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-15 19:45:27 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-15 19:45:27 -0500 |
commit | 0a358e01f7fcb903077137c4d3ab51ce9eeabcce (patch) | |
tree | 1f2558b2965b75f56e358435af7addfaf097389a | |
parent | c8078878abaa2d2489a3778c89af043901582eac (diff) |
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index b7a8c06..59c5809 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,9 +11,6 @@ pkgconfig_DATA = kbproto.pc EXTRA_DIST = kbproto.pc.in -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog - .PHONY: ChangeLog INSTALL INSTALL: |