diff options
author | Ted Gould <ted@gould.cx> | 2011-08-11 09:42:37 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-11 09:42:37 -0500 |
commit | 7b63153f899f53c72222a5c424dcbe7a300b900b (patch) | |
tree | ea1e7930894b4326af58a44f4c4e4555e161dc19 /Makefile.in | |
parent | 5d457c51b8589804278bc303af9483271193b6b8 (diff) | |
parent | e2b7e82e89e0c85b1078fde531012ba2ea20e0bf (diff) | |
download | libayatana-indicator-7b63153f899f53c72222a5c424dcbe7a300b900b.tar.gz libayatana-indicator-7b63153f899f53c72222a5c424dcbe7a300b900b.tar.bz2 libayatana-indicator-7b63153f899f53c72222a5c424dcbe7a300b900b.zip |
Import upstream version 0.3.93
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c2dcb01..2aeb899 100644 --- a/Makefile.in +++ b/Makefile.in @@ -746,6 +746,10 @@ uninstall-am: ps ps-am tags tags-recursive uninstall uninstall-am +tests: libindicator + +tools: libindicator + dist-hook: @if test -d "$(top_srcdir)/.bzr"; \ then \ |