aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
-rw-r--r--tests/Makefile.am1
3 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ae85ded..f0211b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
SUBDIRS = \
- libindicator
+ libindicator \
+ tests
DISTCLEANFILES = \
libindicator-*.tar.gz
diff --git a/configure.ac b/configure.ac
index fc7fcab..db437a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,6 +86,7 @@ AC_OUTPUT([
Makefile
libindicator/Makefile
libindicator/indicator.pc
+tests/Makefile
])
###########################
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..8ac6544
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1 @@
+#Something should go here