diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-12 15:23:40 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-12 16:27:47 +0200 |
commit | eb5314319f7eb50a5d99196b8bf222770b2a16f1 (patch) | |
tree | 86a3dbc6c8e122348e2c28da8319612927ef071d /tools | |
parent | 025c376068f63d8c2aa5899a3c0b1b827370da28 (diff) | |
download | libayatana-indicator-eb5314319f7eb50a5d99196b8bf222770b2a16f1.tar.gz libayatana-indicator-eb5314319f7eb50a5d99196b8bf222770b2a16f1.tar.bz2 libayatana-indicator-eb5314319f7eb50a5d99196b8bf222770b2a16f1.zip |
*/Makefile.am: Drop more remnants of autotools.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am deleted file mode 100644 index 7d25b5c..0000000 --- a/tools/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -if USE_IDO -if USE_GTK3 -INDICATOR_LIB = -layatana-indicator3 -libexec_PROGRAMS = ayatana-indicator-loader3 -VER=3 -endif -endif - - -############################# -# Indicator Loader -############################# - -ayatana_indicator_loader_SOURCES = \ - indicator-loader.c - -ayatana_indicator_loader_CFLAGS = \ - -Wall \ - $(LIBINDICATOR_CFLAGS) \ - $(LIBINDICATOR_IDO_CFLAGS) -I$(top_srcdir) \ - -DBUILD_DIR="\"$(builddir)\"" - -ayatana_indicator_loader_LDADD = \ - $(LIBINDICATOR_LIBS) \ - $(LIBINDICATOR_IDO_LIBS) \ - -L$(top_builddir)/src/.libs \ - $(INDICATOR_LIB) - -# We duplicate these here because Automake won't let us use $(VER) on the left hand side. -# Since we carefully use $(VER) in the right hand side above, we can assign the same values. -# Only one version of the library is every compiled at the same time, so it is safe to reuse -# the right hand sides like this. -ayatana_indicator_loader3_SOURCES = $(ayatana_indicator_loader_SOURCES) -ayatana_indicator_loader3_CFLAGS = $(ayatana_indicator_loader_CFLAGS) -ayatana_indicator_loader3_LDADD = $(ayatana_indicator_loader_LDADD) - -xsessiondir = $(pkgdatadir) - -xsession_DATA = 80indicator-debugging - -EXTRA_DIST = $(xsession_DATA) - -DISTCLEANFILES = Makefile.in |