[jhbuild/external-deps] Add external dependencies stuff to autotools



commit 88cf5a1e44e5006997d0a71c681397c69aa92778
Author: John Carr <john carr unrouted co uk>
Date:   Thu Jun 4 10:27:56 2009 +0100

    Add external dependencies stuff to autotools
---
 jhbuild/commands/Makefile.am |    1 +
 jhbuild/utils/Makefile.am    |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/jhbuild/commands/Makefile.am b/jhbuild/commands/Makefile.am
index d5f3bc9..0574a11 100644
--- a/jhbuild/commands/Makefile.am
+++ b/jhbuild/commands/Makefile.am
@@ -6,6 +6,7 @@ app_PYTHON = \
 	base.py \
 	bootstrap.py \
 	bot.py \
+	builddeps.py \
 	checkbranches.py \
 	checkmodulesets.py \
 	clean.py \
diff --git a/jhbuild/utils/Makefile.am b/jhbuild/utils/Makefile.am
index b6d63bf..0e73f03 100644
--- a/jhbuild/utils/Makefile.am
+++ b/jhbuild/utils/Makefile.am
@@ -8,5 +8,6 @@ app_PYTHON = \
 	packagedb.py \
 	sxml.py \
 	trayicon.py \
-	unpack.py
+	unpack.py \
+	systempackages.py
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]