Remove KSBA from dependecies
[libisds.git] / Makefile.am
blob5cc0fc85d4568a0777ee2a449292a0deac65232d
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
17         git tag "v$(VERSION)" -s -m "Version $(VERSION) released on $(date -Imin)"