Makefile.am (350B)
1 # This Makefile.am is in the public domain 2 3 SUBDIRS = include microhttpd . 4 5 if RUN_LIBCURL_TESTS 6 SUBDIRS += testcurl 7 if RUN_ZZUF_TESTS 8 SUBDIRS += testzzuf 9 endif 10 endif 11 12 if BUILD_EXAMPLES 13 SUBDIRS += examples 14 endif 15 16 if BUILD_TOOLS 17 SUBDIRS += tools 18 endif 19 20 EXTRA_DIST = \ 21 datadir/cert-and-key.pem \ 22 datadir/cert-and-key-for-wireshark.pem 23 24 .NOTPARALLEL: