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