doc: Examples for PDZInfo have been fixed in the specification
[libisds.git] / Makefile.am
blob6fb92ae75d8ee94e4732ed27d43ad5aea2937801
1 ACLOCAL_AMFLAGS = -I m4
2 AUTOMAKE_OPTIONS = check-news dist-bzip2 dist-xz color-tests
3 SUBDIRS = po src
5 if BUILD_EXAMPLE
6 SUBDIRS += client
7 endif
9 if BUILD_TEST
10 SUBDIRS += test
11 endif
13 pkgconfigdir = $(libdir)/pkgconfig
14 pkgconfig_DATA = $(PACKAGE).pc
16 EXTRA_DIST = config.rpath doc server
18 dist-hook:
19         git log --decorate=full > $(distdir)/ChangeLog || echo "Could not dump git log"
20         git tag "v$(VERSION)" -s -m "Version $(VERSION) released on $$(date -Imin)" || true