[caribou] Added tools directory to dist



commit 353c835ebcb1d5dd1d0e337987c6e2f564f28ba5
Author: Eitan Isaacson <eitan monotonous org>
Date:   Mon Jun 13 14:47:34 2011 -0700

    Added tools directory to dist

 Makefile.am       |    2 +-
 configure.ac      |    1 +
 tools/Makefile.am |    3 +++
 3 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e1af642..9f4eb5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
-SUBDIRS = caribou bin data po libcaribou im
+SUBDIRS = caribou bin data po libcaribou im tools
diff --git a/configure.ac b/configure.ac
index f8c4b7e..5b342e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,4 +128,5 @@ libcaribou/Makefile
 im/Makefile
 im/gtk3/Makefile
 im/gtk2/Makefile
+tools/Makefile
 ])
diff --git a/tools/Makefile.am b/tools/Makefile.am
new file mode 100644
index 0000000..0298df5
--- /dev/null
+++ b/tools/Makefile.am
@@ -0,0 +1,3 @@
+EXTRA_DIST = \
+	fix_gir.py \
+	make_schema.py



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