diff options
author | Ted Gould <ted@canonical.com> | 2009-10-20 23:23:31 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-20 23:23:31 -0500 |
commit | d28010e3f12c8d7e03fa6ef9233b3f1d3ebfaac2 (patch) | |
tree | 4e79422b75402d9c808003884a4b58acbc95e3e5 /Makefile.am | |
parent | ada3399cdf75c37fbd5485f44a714e82b888b245 (diff) | |
download | libayatana-appindicator-d28010e3f12c8d7e03fa6ef9233b3f1d3ebfaac2.tar.gz libayatana-appindicator-d28010e3f12c8d7e03fa6ef9233b3f1d3ebfaac2.tar.bz2 libayatana-appindicator-d28010e3f12c8d7e03fa6ef9233b3f1d3ebfaac2.zip |
Tests directory.
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 fb738a5..4eb69d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ SUBDIRS = data \ - src + src \ + tests DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |