Home | History | Annotate | Download | only in avahi
      1 prefix=@prefix@
      2 exec_prefix=${prefix}
      3 libdir=@libdir@
      4 includedir=${prefix}/include
      5 
      6 Name: avahi-client
      7 Description: Avahi Multicast DNS Responder (Client Support)
      8 Version: @PACKAGE_VERSION@
      9 Libs: -L${libdir} -lavahi-common -lavahi-client
     10 Cflags: -D_REENTRANT -I${includedir}
     11