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:
parent
e38716b41e
commit
a8b11236d6
2 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue