aboutsummaryrefslogtreecommitdiff
path: root/libxcb/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libxcb/Makefile.am')
-rw-r--r--libxcb/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/libxcb/Makefile.am b/libxcb/Makefile.am
index e9124892b..2475b6e60 100644
--- a/libxcb/Makefile.am
+++ b/libxcb/Makefile.am
@@ -97,3 +97,15 @@ tools/api_conv.pl \
tools/constants \
autogen.sh \
$(TESTS)
+
+MAINTAINERCLEANFILES = ChangeLog INSTALL
+
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
+
+ChangeLog:
+ $(CHANGELOG_CMD)
+
+dist-hook: ChangeLog INSTALL