From 9d1b39fa6a02985a613604826997f0d7b969a40d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 6 Nov 2015 14:46:09 +0000 Subject: Fork libayatana-indicator from Ubuntu's libindicator shared library. --- Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6a72e0b..24d3cd8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,22 +1,23 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = \ - libindicator \ + libayatana-indicator \ tools -tools: libindicator +tools: libayatana-indicator if WANT_TESTS SUBDIRS += \ tests -tests: libindicator +tests: libayatana-indicator endif DISTCHECK_CONFIGURE_FLAGS = --disable-deprecations DISTCLEANFILES = \ - libindicator-*.tar.gz + libayatana-indicator-*.tar.gz + dist-hook: @if test -d "$(top_srcdir)/.bzr"; \ -- cgit v1.2.3