libmicrohttpd2

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

Makefile.am (229B)


      1 # This Makefile.am is in the public domain
      2 
      3 examples_DIR = examples2
      4 
      5 SUBDIRS = incl_priv include mhd2
      6 
      7 if BUILD_TOOLS
      8 SUBDIRS += tools
      9 endif
     10 
     11 if BUILD_EXAMPLES
     12 SUBDIRS += $(examples_DIR)
     13 endif
     14 
     15 SUBDIRS += tests .
     16 
     17 .NOTPARALLEL: