1 MY_SUBDIRS = tools extensions po data telepathy-yell libempathy libempathy-gtk src help tests
2 NST_SUBDIRS = nautilus-sendto-plugin
3 GOA_SUBDIRS = goa-mc-plugin
5 DIST_SUBDIRS = $(MY_SUBDIRS) $(NST_SUBDIRS) $(GOA_SUBDIRS)
7 SUBDIRS = $(MY_SUBDIRS)
10 SUBDIRS += $(NST_SUBDIRS)
14 SUBDIRS += $(GOA_SUBDIRS)
17 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
19 DISTCHECK_CONFIGURE_FLAGS = \
20 --disable-scrollkeeper \
21 --disable-schemas-install
37 # Workaround broken scrollkeeper that doesn't remove its files on
39 distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
42 if test "x$(srcdir)" = "x."; then :; else \
48 @if test -d "$(srcdir)/.git"; then \
49 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log EMPATHY_2_27_1.. --stat) | fmt --split-only > $@.tmp \
52 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
53 (test -f $@ || echo git-log is required to generate this file >> $@)); \
56 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
57 echo A git checkout and git-log is required to generate this file >> $@); \