summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-06-27 12:21:44 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-06-27 12:21:44 +0200
commit93d9fe647be1f2effc0bfeeec903b5e030182f6c (patch)
treed28aab5aa5c0e4a149e40b22246246dd2b2d5957 /Makefile.am
parentb4f3f73a01b86fe7f9edde7a3991b493346eea23 (diff)
downloadvala-93d9fe647be1f2effc0bfeeec903b5e030182f6c.tar.gz
Prepare valadoc source-tree for merge
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 0c214ce72..000000000
--- a/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-# Makefile.am
-
-NULL =
-
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
-SUBDIRS = src \
- tests \
- icons \
- doc \
- $(NULL)
-
-
-.PHONY: test
-test:
- cd tests && $(MAKE) $(AM_MAKEFLAGS) check
-