diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-08-23 15:56:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-08-23 15:56:10 +0000 |
commit | 3b70db0cc0c1af3d8b3582c29a9eb4e3aa3a8f87 (patch) | |
tree | ae993864fecb2d9c06e8a76fbeb7d5d0054d9bdd /lib/libXt/Makefile.am | |
parent | c6236d9adc97b5c746dac67e8ec6c6d52fe2ae23 (diff) |
update to libXt 1.0.6
Diffstat (limited to 'lib/libXt/Makefile.am')
-rw-r--r-- | lib/libXt/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libXt/Makefile.am b/lib/libXt/Makefile.am index 812fa9f02..1e2814ad7 100644 --- a/lib/libXt/Makefile.am +++ b/lib/libXt/Makefile.am @@ -20,17 +20,16 @@ SUBDIRS = util src include man -AM_CFLAGS = $(XT_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/include/X11 -I$(top_builddir)/include/X11 - - pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xt.pc -EXTRA_DIST = xt.pc.in ChangeLog autogen.sh +EXTRA_DIST = xt.pc.in ChangeLog 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 |