summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-29 19:22:47 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-29 19:22:47 -0200
commit4a1d1ff1195a2ed43ace1a33e429f2272f1331af (patch)
treeee1623270389bf47227d6dfc96fad83950f0805a /Makefile.am
parentd0326fe8cdbb08d4f52d79fd3fd4e1b2a0951d5e (diff)
Janitor: make distcheck, compile warnings, extra .gitignore files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 0693217..b78d032 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,19 +1,15 @@
-# $XdotOrg: $
-
-AM_CFLAGS = $(XI_CFLAGS)
-
SUBDIRS = src man
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xi.pc
-EXTRA_DIST = xi.pc.in autogen.sh ChangeLog
+EXTRA_DIST = xi.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