aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-02-11 15:29:17 +0100
committerRobert Tari <robert@tari.in>2021-05-12 12:50:11 +0200
commite20daf604e81ebd473c74dedda725bca27cd8dd1 (patch)
tree9326e570a08ba08db1ffdcd189317bf2ab6b5ebe /Makefile.am
parent1fa174f54c9604499f059489e544cfc59c825f27 (diff)
downloadlibayatana-indicator-e20daf604e81ebd473c74dedda725bca27cd8dd1.tar.gz
libayatana-indicator-e20daf604e81ebd473c74dedda725bca27cd8dd1.tar.bz2
libayatana-indicator-e20daf604e81ebd473c74dedda725bca27cd8dd1.zip
Remove Automake-related files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index bd052fd..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
-SUBDIRS = \
- data \
- src \
- tools
-
-tools: libayatana-indicator
-
-if WANT_TESTS
-SUBDIRS += \
- tests
-
-tests: libayatana-indicator
-endif
-
-DISTCHECK_CONFIGURE_FLAGS = --disable-deprecations --disable-silent-rules --with-gtk=3
-
-DISTCLEANFILES = \
- libayatana-indicator-*.tar.gz
-
-include $(top_srcdir)/Makefile.am.coverage