aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-11 22:05:28 -0500
committerTed Gould <ted@canonical.com>2009-10-11 22:05:28 -0500
commit0b18e53f290d8c536f42ce2ee7d0c905e95e27f2 (patch)
treeae3c6ad28589c0a7a724b1343045c374538cd5ac
parentccc7f82c202d8f0691fbbfbdd36d08624ae44e0c (diff)
downloadlibayatana-indicator-0b18e53f290d8c536f42ce2ee7d0c905e95e27f2.tar.gz
libayatana-indicator-0b18e53f290d8c536f42ce2ee7d0c905e95e27f2.tar.bz2
libayatana-indicator-0b18e53f290d8c536f42ce2ee7d0c905e95e27f2.zip
Making a tools directory
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
-rw-r--r--tools/Makefile.am1
3 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f0211b0..8894e24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,8 @@
SUBDIRS = \
libindicator \
- tests
+ tests \
+ tools
DISTCLEANFILES = \
libindicator-*.tar.gz
diff --git a/configure.ac b/configure.ac
index 51706ef..fe4aec5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,6 +87,7 @@ Makefile
libindicator/Makefile
libindicator/indicator.pc
tests/Makefile
+tools/Makefile
])
###########################
diff --git a/tools/Makefile.am b/tools/Makefile.am
new file mode 100644
index 0000000..9de44fc
--- /dev/null
+++ b/tools/Makefile.am
@@ -0,0 +1 @@
+#Something