summaryrefslogtreecommitdiff
path: root/proto/xf86driproto/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-04-24 20:02:27 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-04-24 20:02:27 +0000
commitaaa25e88568973567fdce4a27e5dc1a17dc06169 (patch)
treeea88ab93b3fa972d07b5782a527daf48dbcd801a /proto/xf86driproto/Makefile.am
parent083f33427d95c73102eea14f712460e2ba016288 (diff)
Update to xf86driproto 2.1.0
Diffstat (limited to 'proto/xf86driproto/Makefile.am')
-rw-r--r--proto/xf86driproto/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/proto/xf86driproto/Makefile.am b/proto/xf86driproto/Makefile.am
index 8ef4ecaf8..65a0c9b4c 100644
--- a/proto/xf86driproto/Makefile.am
+++ b/proto/xf86driproto/Makefile.am
@@ -1,10 +1,10 @@
xf86dridir = $(includedir)/X11/dri
-xf86dri_HEADERS = xf86dri.h xf86dristr.h
+xf86dri_HEADERS = xf86dri.h xf86dristr.h xf86driproto.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xf86driproto.pc
-EXTRA_DIST = autogen.sh xf86driproto.pc.in
+EXTRA_DIST = xf86driproto.pc.in
EXTRA_DIST += ChangeLog
MAINTAINERCLEANFILES = ChangeLog
@@ -12,6 +12,6 @@ MAINTAINERCLEANFILES = ChangeLog
.PHONY: ChangeLog
ChangeLog:
- (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
+ $(CHANGELOG_CMD)
dist-hook: ChangeLog