diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-03-25 16:04:29 -0400 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-03-25 16:04:29 -0400 |
commit | 8e00b5fd24e8517aaf23247dd74aae0d0a4ed122 (patch) | |
tree | 9f09788ccc5c805ad00213085fec44e2329a8b59 /Makefile.am | |
parent | 92c98f341c6b5600d4b5fae8753326c866e40860 (diff) | |
download | ayatana-indicator-sound-8e00b5fd24e8517aaf23247dd74aae0d0a4ed122.tar.gz ayatana-indicator-sound-8e00b5fd24e8517aaf23247dd74aae0d0a4ed122.tar.bz2 ayatana-indicator-sound-8e00b5fd24e8517aaf23247dd74aae0d0a4ed122.zip |
Remove old tests
They weren't built (SUBDIRS didn't include tests), and building them failed
because they referenced either old files or gtk-specific stuff.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1f64b51..4753003 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,8 @@ SUBDIRS = \ src \ data \ - po + po \ + tests EXTRA_DIST = \ autogen.sh \ |