Blame src/Makefile.am

Packit 875988
# This Makefile.am is in the public domain
Packit 875988
if HAVE_CURL
Packit 875988
curltests = testcurl
Packit 875988
if HAVE_ZZUF
Packit 875988
if HAVE_SOCAT
Packit 875988
zzuftests = testzzuf
Packit 875988
endif
Packit 875988
endif
Packit 875988
endif
Packit 875988
Packit 875988
SUBDIRS = include microhttpd $(curltests) $(zzuftests) .
Packit 875988
Packit 875988
if BUILD_EXAMPLES
Packit 875988
SUBDIRS += examples
Packit 875988
endif
Packit 875988
Packit 875988
EXTRA_DIST = \
Packit 875988
 datadir/cert-and-key.pem \
Packit 875988
 datadir/cert-and-key-for-wireshark.pem