diff options
author | James Cloos <cloos@jhcloos.com> | 2007-12-07 20:55:17 -0500 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2007-12-07 20:55:17 -0500 |
commit | a77f4a4743c04139cb5fefa8eb5bf28ed4df6681 (patch) | |
tree | 792aa669e0b5e9f4bbc6304bfe3e3a5f0e860a0c | |
parent | 08c9daab3a0b3ef37723c007858fa949cb91bbd8 (diff) |
Fix commit 08c9daab3a0b3ef37723c007858fa949cb91bbd8
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5a349d6..2ef5e75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ xrestop_LDADD = @XLIBS_LIBS@ extra_DIST = xrestop.spec xrestop.spec.in -EXTRA_DIST += ChangeLog +EXTRA_DIST = ChangeLog MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |