This commit is contained in:
glenux 2006-01-10 12:07:17 +00:00
parent 9d1d0214e5
commit 5328e4aa85
2 changed files with 21 additions and 1 deletions

View file

@ -6,5 +6,11 @@ m4data_DATA = xsock.m4
pkgconfigdir = $(libdir)/pkgconfig
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
View 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}