diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-15 19:45:26 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-15 19:45:26 -0500 |
commit | 6f612cd9c52ad89369cb6364c11c47ad3a356b95 (patch) | |
tree | 1c4e62f1364ba6c7dc0937da77fc85f008622a88 | |
parent | 201a1ad998f1f5eefb43f6a0b6a4a59dee7662e6 (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 b2ff66b..142ed69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,9 +14,6 @@ pkgconfig_DATA = glproto.pc EXTRA_DIST = glproto.pc.in -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog - .PHONY: ChangeLog INSTALL INSTALL: |