X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=Makefile;h=109e56114818e14149f2ff02ab851314233ddd12;hb=4db3fe6421d04e8129a91b8f80c3a7ec522afe99;hp=f9fe9dd45cc1ae0a6b822e641534088ea168dbca;hpb=4132e812c1036ed4e1ecfb97cd5471e621b3b36c;p=uci.git diff --git a/Makefile b/Makefile index f9fe9dd..109e561 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ install-dev: all $(MKDIR) -p $(DESTDIR)$(prefix)/$(LIBDIRNAME)/pkgconfig $(INSTALL) -m0644 libuci.a $(DESTDIR)$(prefix)/$(LIBDIRNAME)/ $(INSTALL) -m0644 uci_config.h uci.h ucimap.h $(DESTDIR)$(prefix)/include/ - $(INSTALL) -m0644 libuci.pc $(DESTDIR)$(prefix)/$(LIBDIRNAME)/pkgconfig + $(INSTALL) -m0644 $(LIBUCIPC) $(DESTDIR)$(prefix)/$(LIBDIRNAME)/pkgconfig/libuci.pc install-bin: all $(MKDIR) -p $(DESTDIR)$(prefix)/$(LIBDIRNAME)