summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-30 16:56:38 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-30 16:56:38 -0200
commit13ee4d00a06421dfb5ee613cbd99a3111135c379 (patch)
tree1f643f1c80a2916e1fe31772c712aef05cb31f92 /Makefile.am
parent168153d1e7d196ca46c5b2e286fcf7e7793f2804 (diff)
downloadxorg-lib-libXRes-13ee4d00a06421dfb5ee613cbd99a3111135c379.tar.gz
Janitor: Correct make distcheck and remove extra .gitignore files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f08347..6a30fce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,18 +23,15 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
-AM_CFLAGS = $(RESOURCEEXT_CFLAGS) $(XRES_CFLAGS)
-
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xres.pc
-EXTRA_DIST = xres.pc.in autogen.sh ChangeLog
-
-CLEANFILES = ChangeLog
+EXTRA_DIST = xres.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