1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00
libwebsockets/libwebsockets.pc.in
Alon Levy 3147b027fd add pkg-config file libwebsockets.pc
Signed-off-by: Alon Levy <alevy@redhat.com>
2012-10-19 18:26:22 +08:00

11 lines
228 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libwebsockets
Description: Websockets server and client library
Version: @VERSION@
Libs: -L${libdir} -lwebsockets
Cflags: -I${includedir}