diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | tools/Makefile.am | 1 |
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 |