summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-12-03 14:45:30 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-12-14 15:17:31 +0000
commit2e63a8b367b8d75376ea80bdf8e0b2923922465a (patch)
treee32eff373b41358807a2e69555f62db8aec94816 /Makefile.am
parent8b2ef1d6092d8dc6360ac68f903989e52d88a046 (diff)
downloadtelepathy-glib-2e63a8b367b8d75376ea80bdf8e0b2923922465a.tar.gz
Add stub 'extensions' directory
This builds a library for future interfaces (Call will be the first), so we can port telepathy-glib's example code to them even though the interfaces aren't yet stable.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5d2f60655..14c87bd06 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,14 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = m4 tools spec telepathy-glib examples tests docs
+SUBDIRS = \
+ m4 \
+ tools \
+ spec \
+ telepathy-glib \
+ extensions \
+ examples \
+ tests \
+ docs
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug