This commit is contained in:
parent
9d1d0214e5
commit
5328e4aa85
2 changed files with 21 additions and 1 deletions
|
@ -6,5 +6,11 @@ m4data_DATA = xsock.m4
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = xsock.pc
|
pkgconfig_DATA = xsock.pc
|
||||||
|
|
||||||
EXTRA_DIST = doc INSTALL README Doxyfile autogen.sh
|
EXTRA_DIST = \
|
||||||
|
xsock.pc.in \
|
||||||
|
doc \
|
||||||
|
INSTALL \
|
||||||
|
README \
|
||||||
|
Doxyfile \
|
||||||
|
autogen.sh
|
||||||
|
|
||||||
|
|
14
xsock.pc.in
Normal file
14
xsock.pc.in
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# 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}
|
Loading…
Reference in a new issue