Files @ c4181a9c48be
Branch filter:

Location: libtransport.git/src/transport.pc.in

Jan Kaluza
Disable the compiler warning for deprecated boost::signals usage (#63). We cannot use boost::signals2 right now, because Swiften is not going to use it in the version 3.x.y.
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: transport
Version: @TRANSPORT_VERSION@
Description: NeL @TRANSPORT_VERSION@
Reqiures:
Libs: -L${libdir}
Libs.private: @LIBS@ -lc
Cflags: -I${includedir}