summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-01-07 20:34:53 +0000
committerLennart Poettering <lennart@poettering.net>2005-01-07 20:34:53 +0000
commit6e7b4e60d5cbbc34b99b6a4cb3e22d061e1843a7 (patch)
treeac8fc89d5be15ab8cbf7f88874c48132a0ae4035 /Makefile.am
parent4c4420d73c00d8f50fdc54c8e68977d9e2d59742 (diff)
* add documentation
* add SVN ids * add doxygen stuff * gcc 2.95 compat * add LICENSE * complete autoconf/autotools setup * cleanup example * fix asyncns_wait() * cope with prctl() failing git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@10 cc0fb855-19ed-0310-866e-8c1d96e4abae
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5ed2467..4a3c4ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@
# USA.
EXTRA_DIST = bootstrap.sh README LICENSE
-SUBDIRS=libasyncns
+SUBDIRS=libasyncns doc doxygen
MAINTAINERCLEANFILES=README
noinst_DATA = README
@@ -43,6 +43,6 @@ distcleancheck:
@:
doxygen:
- $(MAKE) -C doxygen
+ $(MAKE) -C doxygen doxygen
.PHONY: homepage distcleancheck doxygen