aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 0a03376..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
-SUBDIRS = \
- data \
- libayatana-indicator \
- 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