diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-06 14:46:09 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-06 15:17:48 +0000 |
commit | 9d1b39fa6a02985a613604826997f0d7b969a40d (patch) | |
tree | 7ea1aae3aeb0f3084b082f4cc1ca85b31fc9ff16 /Makefile.am | |
parent | b1f280aa8eb47f039398d604fe8fd126aae86fa4 (diff) | |
download | libayatana-indicator-9d1b39fa6a02985a613604826997f0d7b969a40d.tar.gz libayatana-indicator-9d1b39fa6a02985a613604826997f0d7b969a40d.tar.bz2 libayatana-indicator-9d1b39fa6a02985a613604826997f0d7b969a40d.zip |
Fork libayatana-indicator from Ubuntu's libindicator shared library.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
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"; \ |