summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-19 18:09:38 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-19 18:09:38 +0000
commit3f6acd3553948e05d8f8c2d2a22cdc7c2011599d (patch)
tree8415bff3a529768fd4f1867c998fe5cfd2983d10 /Makefile.am
parent3a7f26b9857e9077635aba41e20a590e448bfe11 (diff)
Remove telepathy-glib from build system, use an external copy instead
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 6fb4646a..943c4169 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,14 +1,13 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = lib src data m4 tests
+SUBDIRS = src data m4 tests
EXTRA_DIST = \
check-coding-style.mk \
check-c-style.sh \
- check-whitespace.sh \
- gtk-doc.make
+ check-whitespace.sh
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug
+DISTCHECK_CONFIGURE_FLAGS = --disable-debug
dist-hook:
chmod u+w ${distdir}/ChangeLog