aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 79b19bf562b58b32fe35a2d8ace6744520331b74 (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 microhttpd examples $(curltests) $(zzuftests) .