Fix some messages and udpate catalogues
[libisds.git] / Makefile.am
bloba261da19825f45498f96e9a42ae90f1395a06f1d
1 ACLOCAL_AMFLAGS = -I m4
2 AUTOMAKE_OPTIONS = check-news dist-bzip2
3 SUBDIRS = po src
5 if BUILD_EXAMPLE
6 SUBDIRS += client
7 endif
9 if BUILD_TEST
10 SUBDIRS += test
11 endif
13 EXTRA_DIST = config.rpath doc
15 dist-hook:
16         git log --decorate=full > $(distdir)/ChangeLog || echo "Could not dump git log"
17         git tag "v$(VERSION)" -s -m "Version $(VERSION) released on $$(date -Imin)" || true