diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-24 14:19:01 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-24 14:19:01 +0000 |
commit | c879c510dbef95deea70687d59c2013005bf946d (patch) | |
tree | 9b71d7a2cce23f04b31442b8d582caac0ac08489 /configure.ac | |
parent | 191f8934b194f2728e175b228f1931f28c1ab8fa (diff) | |
download | ayatana-indicator-sound-c879c510dbef95deea70687d59c2013005bf946d.tar.gz ayatana-indicator-sound-c879c510dbef95deea70687d59c2013005bf946d.tar.bz2 ayatana-indicator-sound-c879c510dbef95deea70687d59c2013005bf946d.zip |
unit tests for the indicator side added
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 48022e2..c83df5c 100644 --- a/configure.ac +++ b/configure.ac @@ -127,6 +127,7 @@ AC_OUTPUT([ Makefile src/Makefile data/Makefile +tests/Makefile po/Makefile.in ]) |