aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 16a9a77..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-SUBDIRS = \
- common \
- src \
- libmessaging-menu \
- data \
- po
-
-if ENABLE_GTK_DOC
-SUBDIRS += doc
-endif
-
-if BUILD_TESTS
-SUBDIRS += \
- tests
-
-# build src first
-tests: src libayatana-messaging-menu
-
-endif
-
-include $(top_srcdir)/Makefile.am.coverage