diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:37:36 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:37:36 +0100 |
commit | beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8 (patch) | |
tree | f0c3c31f645a154cc1c0184e3acdd5144947df89 /base/libnl/libnl-1.pc | |
parent | 6d1dfc9b5e483ec9690fde1c12a6607722e60325 (diff) | |
download | nutyx-extra-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.gz nutyx-extra-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.bz2 nutyx-extra-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.xz nutyx-extra-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.zip |
libnl, déplacé dans base
Diffstat (limited to 'base/libnl/libnl-1.pc')
-rw-r--r-- | base/libnl/libnl-1.pc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/base/libnl/libnl-1.pc b/base/libnl/libnl-1.pc new file mode 100644 index 000000000..206f2b088 --- /dev/null +++ b/base/libnl/libnl-1.pc @@ -0,0 +1,11 @@ +prefix=/usr +exec_prefix=/usr +libdir=/usr/lib +includedir=/usr/include + +Name: libnl +Description: Convenience library for netlink sockets +Version: 1.0-pre8 +Libs: -L${libdir} -lnl +Cflags: + |