diff options
author | marha <marha@users.sourceforge.net> | 2009-09-02 19:11:07 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-02 19:11:07 +0000 |
commit | e1580ae7d64a01efb2464cbbffb6d99cb5af1b8a (patch) | |
tree | 9f2140c9eeebb6aa89d76625bd0fb93d1cb0ba79 /libXau/Makefile.am | |
parent | 199039111284ed3a10508e2dc0db49ca4192389c (diff) | |
download | vcxsrv-e1580ae7d64a01efb2464cbbffb6d99cb5af1b8a.tar.gz vcxsrv-e1580ae7d64a01efb2464cbbffb6d99cb5af1b8a.tar.bz2 vcxsrv-e1580ae7d64a01efb2464cbbffb6d99cb5af1b8a.zip |
Switched to libXau-1.0.5.tar.gz
Diffstat (limited to 'libXau/Makefile.am')
-rw-r--r-- | libXau/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libXau/Makefile.am b/libXau/Makefile.am index 635fdb97d..01e24149d 100644 --- a/libXau/Makefile.am +++ b/libXau/Makefile.am @@ -18,10 +18,6 @@ libXau_la_SOURCES = \ AuUnlock.c \ AuWrite.c -if KERBEROS -libXau_la_SOURCES +=k5encode.c -endif KERBEROS - xauincludedir=$(includedir)/X11 xauinclude_HEADERS = include/X11/Xauth.h @@ -87,6 +83,6 @@ Xau.$(LIB_MAN_SUFFIX): $(srcdir)/Xau.man .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 |