14 lines
281 B
PkgConfig
14 lines
281 B
PkgConfig
# libxsock pkg-config source file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: xsock
|
|
Description: xsock is an object implementation of C sockets
|
|
Version: @VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lxsock
|
|
Cflags: -I${includedir}
|