diff options
author | James J. Dines <james.dines@gmail.com> | 2008-07-01 01:53:06 (GMT) |
---|---|---|
committer | Thomas Graf <tgr@plip.localdomain> | 2008-08-18 23:46:22 (GMT) |
commit | a8b11236d642c2115a2952eea4ee443f547a9a86 (patch) | |
tree | 495843eff23c93fbec760b801049379502e22905 /libnl-1.pc.in | |
parent | e38716b41e79b2d60ab9b7ada9678e1014a6898e (diff) | |
download | libnl-a8b11236d642c2115a2952eea4ee443f547a9a86.zip libnl-a8b11236d642c2115a2952eea4ee443f547a9a86.tar.gz libnl-a8b11236d642c2115a2952eea4ee443f547a9a86.tar.bz2 |
Changed libnl-1.pc.in to libnl-2.0.pc.in
(Also changed top level Makefile to reflect the change in libnl version)
Diffstat (limited to 'libnl-1.pc.in')
-rw-r--r-- | libnl-1.pc.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libnl-1.pc.in b/libnl-1.pc.in deleted file mode 100644 index 6ad102d..0000000 --- a/libnl-1.pc.in +++ /dev/null @@ -1,10 +0,0 @@ -prefix=@prefix@ -exec_prefix=@prefix@ -libdir=@libdir@ -includedir=@prefix@/include - -Name: libnl -Description: Convenience library for netlink sockets -Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lnl -Cflags: -I${includedir} |