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 | 20e71f110a5aabd44ad1e9a2c127a8e76da8d5a4 (patch) | |
tree | d60dda6fb79478a900d0c607bc46ad0b70f36d18 | |
parent | 5ad105c41bc16d0ab149a8e77906af2b5498168e (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 3895545..724ab59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,9 +9,6 @@ pkgconfig_DATA = recordproto.pc EXTRA_DIST = recordproto.pc.in -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog - .PHONY: ChangeLog INSTALL INSTALL: |