summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 453798fbdb3b768b4f79d3230e9c2681ebdd4884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = tools po data tp-account-widgets

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

DISTCHECK_CONFIGURE_FLAGS =		\
	--disable-scrollkeeper		\
	--disable-schemas-install

EXTRA_DIST = 			\
        CONTRIBUTORS \
        COPYING.LGPL \
        README \
        autogen.sh \
        $(NULL)

# Workaround broken scrollkeeper that doesn't remove its files on
# uninstall.
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'