]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
Changed libnl-1.pc.in to libnl-2.0.pc.in
authorJames J. Dines <james.dines@gmail.com>
Tue, 1 Jul 2008 01:53:06 +0000 (21:53 -0400)
committerThomas Graf <tgr@plip.localdomain>
Mon, 18 Aug 2008 23:46:22 +0000 (01:46 +0200)
(Also changed top level Makefile to reflect the change in libnl version)

Makefile
libnl-2.0.pc.in [moved from libnl-1.pc.in with 100% similarity]

index 931ed1fd30bfb8b3a88dda65ce48e95730172e00..0e68a5b19fb2c801ff2257399b0b1e70a6c865a7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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
similarity index 100%
rename from libnl-1.pc.in
rename to libnl-2.0.pc.in