Changed libnl-1.pc.in to libnl-2.0.pc.in

(Also changed top level Makefile to reflect the change in libnl version)
This commit is contained in:
James J. Dines 2008-06-30 21:53:06 -04:00 committed by Thomas Graf
parent e38716b41e
commit a8b11236d6
2 changed files with 1 additions and 1 deletions

View file

@ -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