summaryrefslogtreecommitdiff
path: root/proto/xcmiscproto/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-04-25 19:52:59 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-04-25 19:52:59 +0000
commite461c21bf3800c2f84f34e6bcbb1ab79d70c0e05 (patch)
tree21438e3a4637b4b0824aa643539efb29571a7478 /proto/xcmiscproto/Makefile.am
parent126d89fc189a07e1f0decb19a36e1eec2efaad41 (diff)
Update xcmiscproto to 1.2.0
Diffstat (limited to 'proto/xcmiscproto/Makefile.am')
-rw-r--r--proto/xcmiscproto/Makefile.am13
1 files changed, 12 insertions, 1 deletions
diff --git a/proto/xcmiscproto/Makefile.am b/proto/xcmiscproto/Makefile.am
index c96bbf8b7..e1827aaf8 100644
--- a/proto/xcmiscproto/Makefile.am
+++ b/proto/xcmiscproto/Makefile.am
@@ -1,8 +1,19 @@
xcmiscdir = $(includedir)/X11/extensions
xcmisc_HEADERS = \
+ xcmiscproto.h \
xcmiscstr.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xcmiscproto.pc
-EXTRA_DIST = autogen.sh xcmiscproto.pc.in
+EXTRA_DIST = xcmiscproto.pc.in
+
+EXTRA_DIST += ChangeLog
+MAINTAINERCLEANFILES = ChangeLog
+
+.PHONY: ChangeLog
+
+ChangeLog:
+ $(CHANGELOG_CMD)
+
+dist-hook: ChangeLog