Makefile.am (354B)
1 # This Makefile.am is in the public domain 2 3 SUBDIRS = unit basic raw 4 5 if MHD_SUPPORT_THREADS 6 if MHD_SUPPORT_ACME 7 SUBDIRS += acme 8 endif 9 endif 10 11 if HAVE_POSIX_THREADS 12 if MHD_SUPPORT_UPGRADE 13 SUBDIRS += upgrade 14 endif 15 if RUN_LIBCURL_TESTS 16 if MHD_SOCKETS_KIND_POSIX 17 SUBDIRS += client_server 18 endif 19 endif 20 endif 21 22 noinst_HEADERS = mhdt_has_in_name.h 23 24 .NOTPARALLEL: