From 0b18e53f290d8c536f42ce2ee7d0c905e95e27f2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sun, 11 Oct 2009 22:05:28 -0500 Subject: Making a tools directory --- Makefile.am | 3 ++- configure.ac | 1 + tools/Makefile.am | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 tools/Makefile.am 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 -- cgit v1.2.3