aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 401b0ad1..4868557b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1 +1,9 @@
1SUBDIRS = include daemon . 1if HAVE_CURL
2curltests = testcurl
3if HAVE_ZZUF
4if HAVE_SOCAT
5zzuftests = testzzuf
6endif
7endif
8endif
9SUBDIRS = include daemon examples $(curltests) $(zzuftests) .