Home | History | Annotate | Download | only in include
      1 # This Makefile.am is in the public domain
      2 SUBDIRS = .
      3 
      4 if ENABLE_SPDY
      5 microspdy = microspdy.h
      6 endif
      7 
      8 include_HEADERS = microhttpd.h $(microspdy)
      9 
     10 EXTRA_DIST = platform.h platform_interface.h w32functions.h autoinit_funcs.h
     11