summaryrefslogtreecommitdiff
path: root/proto/xf86driproto/Makefile.am
diff options
context:
space:
mode:
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