[telepathy-gabble/master] add lib/ext/Makefile.am to build wocky automatically

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Sep 11 07:56:24 PDT 2009


---
 configure.ac        |    1 +
 lib/Makefile.am     |    2 +-
 lib/ext/Makefile.am |    9 +++++++++
 3 files changed, 11 insertions(+), 1 deletions(-)
 create mode 100644 lib/ext/Makefile.am

diff --git a/configure.ac b/configure.ac
index 45bb7dd..e36d35c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -212,6 +212,7 @@ AC_OUTPUT( Makefile \
            tests/twisted/Makefile \
            tests/twisted/tools/Makefile \
            lib/Makefile \
+           lib/ext/Makefile \
            lib/gibber/Makefile \
            lib/loudmouth/Makefile \
            shave \
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8dc3fdb..620e572 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1 +1 @@
-SUBDIRS=gibber loudmouth
+SUBDIRS=ext gibber loudmouth
diff --git a/lib/ext/Makefile.am b/lib/ext/Makefile.am
new file mode 100644
index 0000000..72d717c
--- /dev/null
+++ b/lib/ext/Makefile.am
@@ -0,0 +1,9 @@
+SUBDIRS =
+DIST_SUBDIRS = wocky
+
+all-local:
+	cd wocky && $(MAKE)
+
+clean-local:
+	cd wocky && $(MAKE) clean
+
-- 
1.5.6.5




More information about the telepathy-commits mailing list