1 ACLOCAL_AMFLAGS = -I m4
2 DISTCHECK_CONFIGURE_FLAGS = \
4 --enable-introspection=yes
5 SUBDIRS = libsignon-glib docs
15 pkgconfigdir = $(libdir)/pkgconfig
16 pkgconfig_in_files = libsignon-glib.pc.in
17 pkgconfig_DATA = $(pkgconfig_in_files:.pc.in=.pc)
20 $(libsignondoc_DATA) \
23 dist-hook: git-changelog-hook
25 git-changelog-hook: Makefile
26 $(AM_V_at)if $(top_srcdir)/build-aux/missing --run git \
27 --git-dir=$(top_srcdir)/.git --work-tree=$(top_srcdir) log \
28 --no-merges --date=short --pretty='tformat:%cd %an <%ae>%n%n%s%n%n%b' | \
29 $(SED) -e '/[^ ]/,/^[ ]*$$/ !d' > .ChangeLog.tmp; \
30 then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \
31 else rm -f .ChangeLog.tmp; exit 1; fi
37 cd tests; make valgrind
39 .PHONY: git-changelog-hook