diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-02-22 18:10:09 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-02-22 18:10:09 +0000 |
commit | bc62ca21f71fc6a84cad4f5c4e105e5c0870e6e3 (patch) | |
tree | 1b6c90d0c3a9dc5cadc6a71185a64a49051f2842 /Makefile.am | |
parent | 0fdda7da58232f3bacded364ad6cd9c61db9c2a8 (diff) | |
parent | 7bc9ce497b1ad511c90e20ce2672d2df1e4b45e7 (diff) |
Merge branch 'from-the-future'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f9d0158e8..0b6ab8db5 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 |