diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-25 19:52:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-25 19:52:59 +0000 |
commit | e461c21bf3800c2f84f34e6bcbb1ab79d70c0e05 (patch) | |
tree | 21438e3a4637b4b0824aa643539efb29571a7478 /proto/xcmiscproto/Makefile.am | |
parent | 126d89fc189a07e1f0decb19a36e1eec2efaad41 (diff) |
Update xcmiscproto to 1.2.0
Diffstat (limited to 'proto/xcmiscproto/Makefile.am')
-rw-r--r-- | proto/xcmiscproto/Makefile.am | 13 |
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 |