diff options
author | Ted Gould <ted@canonical.com> | 2009-10-08 12:18:23 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-08 12:18:23 -0400 |
commit | fa946df247f0e16de3a355dd5696f4671277348a (patch) | |
tree | c1d82690e43665ad81fa0a96068108df51eb47ad | |
parent | 1ca966660489e088fe0e3fd7154ee54997209cff (diff) | |
download | libayatana-indicator-fa946df247f0e16de3a355dd5696f4671277348a.tar.gz libayatana-indicator-fa946df247f0e16de3a355dd5696f4671277348a.tar.bz2 libayatana-indicator-fa946df247f0e16de3a355dd5696f4671277348a.zip |
Adding in a tests folder
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | tests/Makefile.am | 1 |
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 |