aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 4868557b19bebcee670212ecbbf5464ff9ba8601 (plain) (blame)
1
2
3
4
5
6
7
8
9
if HAVE_CURL
curltests = testcurl
if HAVE_ZZUF
if HAVE_SOCAT
zzuftests = testzzuf
endif
endif
endif
SUBDIRS = include daemon examples $(curltests) $(zzuftests) .