summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 6fb4646a7d3c8ce76b5fbd519607e4b6b1dd9eb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = lib src data m4 tests

EXTRA_DIST = \
    check-coding-style.mk \
    check-c-style.sh \
    check-whitespace.sh \
    gtk-doc.make

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

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

check-extra: check
	$(MAKE) -C tests check-extra