summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-19 17:17:02 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-19 17:17:02 +0000
commit90720ee40eb30e2b1c9aa90501391d3a0a411250 (patch)
treee52f63ce4a4144d227f385123fd1ba84e121bdfc /Makefile.am
parent3a7f26b9857e9077635aba41e20a590e448bfe11 (diff)
downloadtelepathy-glib-90720ee40eb30e2b1c9aa90501391d3a0a411250.tar.gz
Remove src, data, tests and Gabble-specific parts of configure.ac
20070419171702-53eee-102abd17893cff69e7a77b5adada4647279e477e.gz
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 6fb4646a7..2dc007505 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = lib src data m4 tests
+SUBDIRS = lib m4
EXTRA_DIST = \
check-coding-style.mk \
@@ -13,6 +13,3 @@ 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