From a8b11236d642c2115a2952eea4ee443f547a9a86 Mon Sep 17 00:00:00 2001 From: "James J. Dines" Date: Mon, 30 Jun 2008 21:53:06 -0400 Subject: [PATCH] Changed libnl-1.pc.in to libnl-2.0.pc.in (Also changed top level Makefile to reflect the change in libnl version) --- Makefile | 2 +- libnl-1.pc.in => libnl-2.0.pc.in | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libnl-1.pc.in => libnl-2.0.pc.in (100%) diff --git a/Makefile b/Makefile index 931ed1f..0e68a5b 100644 --- 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 diff --git a/libnl-1.pc.in b/libnl-2.0.pc.in similarity index 100% rename from libnl-1.pc.in rename to libnl-2.0.pc.in