aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 e8d6340..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
1# This Makefile.am is in the public domain
2
3EXTRA_DIST = \
4 Doxyfile \
5 HOWTO.md
6
7SUBDIRS = \
8 include \
9 src \
10 tests
11
12ACLOCAL_AMFLAGS = -I m4
13
14docs:
15 mkdir -p doc
16 doxygen
17