Home | History | Annotate | Download | only in libmicrohttpd
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: libmicrospdy
      7 Description: A library for creating an embedded SPDY server
      8 Version: @VERSION@
      9 Requires:
     10 Conflicts:
     11 Libs: -L${libdir} -lmicrospdy
     12 Libs.private: @SPDY_LIBDEPS@
     13 Cflags: -I${includedir}
     14