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 | |
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)
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | libnl-2.0.pc.in (renamed from libnl-1.pc.in) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ install: Makefile.opts echo "Entering $$dir" && cd $$dir && $(MAKE) install && cd ..; \ done mkdir -p $(DESTDIR)$(libdir)/pkgconfig/ - install -m 0644 libnl-1.pc $(DESTDIR)$(libdir)/pkgconfig/ + install -m 0644 libnl-2.0.pc $(DESTDIR)$(libdir)/pkgconfig/ gendoc: $(MAKE) -C doc gendoc diff --git a/libnl-1.pc.in b/libnl-2.0.pc.in index 6ad102d..6ad102d 100644 --- a/libnl-1.pc.in +++ b/libnl-2.0.pc.in |