diff options
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 \ |