libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

Makefile.am (391B)


      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 ENABLE_FUZZING
     13 SUBDIRS += fuzz
     14 endif
     15 
     16 if BUILD_EXAMPLES
     17 SUBDIRS += examples
     18 endif
     19 
     20 if BUILD_TOOLS
     21 SUBDIRS += tools
     22 endif
     23 
     24 EXTRA_DIST = \
     25  datadir/cert-and-key.pem \
     26  datadir/cert-and-key-for-wireshark.pem
     27 
     28 .NOTPARALLEL: