summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: e1ef9a1754d8bc2e8d315766af7de52faabc9c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = lib src data m4 tests

EXTRA_DIST = gtk-doc.make

DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug

dist-hook:
	chmod a+w ${distdir}/ChangeLog
	if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi