summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 3a50fb0ed564436c6a1c44de9828fab2082286ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

BUILT_SOURCES = revision.h

.svn:
	@[ -d $@ ] || touch $@

revision.h: .svn
	@nb=`svn log ChangeLog -l 1 -q | grep r | cut -d ' ' -f 1 | tr -d 'r'` ; \
	cat $@.in | sed "s/#define REVISION .*$$/#define REVISION $$nb/" > $@ ; \
	[ -f $< ] && rm $< || true

EXTRA_DIST = config.rpath  config.rpath  config.rpath  config.rpath  ChangeLog

SUBDIRS = pixmaps src plugins po

ACLOCAL_AMFLAGS = -I m4