aboutsummaryrefslogtreecommitdiff
path: root/X11/Makefile.am
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-07-25 18:12:25 +0000
committermarha <marha@users.sourceforge.net>2009-07-25 18:12:25 +0000
commitcd50a4bbac9375d3cd460bbdf88395f802609daf (patch)
tree158a3d7a416df4f8b36a040c1145d615256ac9d3 /X11/Makefile.am
parent4f6f74a5aa4bb99b8f2ad71e0ae590f82a0d6444 (diff)
downloadvcxsrv-cd50a4bbac9375d3cd460bbdf88395f802609daf.tar.gz
vcxsrv-cd50a4bbac9375d3cd460bbdf88395f802609daf.tar.bz2
vcxsrv-cd50a4bbac9375d3cd460bbdf88395f802609daf.zip
Added:
fixesproto-4.1.tar.gz glproto-1.4.10.tar.gz inputproto-1.9.99.15.tar.gz randrproto-1.3.0.tar.gz renderproto-0.11.tar.gz xextproto-7.0.99.3.tar.gz xproto-7.0.15.tar.gz
Diffstat (limited to 'X11/Makefile.am')
-rw-r--r--X11/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/X11/Makefile.am b/X11/Makefile.am
index 533d281fb..96c6b2604 100644
--- a/X11/Makefile.am
+++ b/X11/Makefile.am
@@ -32,14 +32,14 @@ nodist_xproto_HEADERS = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xproto.pc
-EXTRA_DIST = autogen.sh xproto.pc.in ChangeLog
+EXTRA_DIST = xproto.pc.in ChangeLog
CLEANFILES=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