summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-04-24 02:31:23 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-04-24 02:31:23 -0700
commit6e13b31347c298e72f0f4bcaf94b56172a48bd5c (patch)
tree0dea1d8a14fd0a976adf88752daee0a2394a4205 /Makefile.am
parent19b9d2335a89269b271583101d4fe377c5dfdddf (diff)
Replace static ChangeLog with XORG_CHANGELOG, use XORG_CWARNFLAGS too
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ceec308..aa89732 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,4 +21,14 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
-EXTRA_DIST = README.multihead
+EXTRA_DIST = README.multihead ChangeLog
+
+MAINTAINERCLEANFILES=ChangeLog
+
+.PHONY: ChangeLog
+
+ChangeLog:
+ $(CHANGELOG_CMD)
+
+dist-hook: ChangeLog
+