libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

Makefile.am (282B)


      1 # This Makefile.am is in the public domain
      2 
      3 SUBDIRS = unit basic raw
      4 
      5 if HAVE_POSIX_THREADS
      6 if MHD_SUPPORT_UPGRADE
      7 SUBDIRS += upgrade
      8 endif
      9 if RUN_LIBCURL_TESTS
     10 if MHD_SOCKETS_KIND_POSIX
     11 SUBDIRS += client_server
     12 endif
     13 endif
     14 endif
     15 
     16 noinst_HEADERS = mhdt_has_in_name.h
     17 
     18 .NOTPARALLEL: