Explorar el Código

libinih: add missing library

Waldemar Brodkorb hace 7 meses
padre
commit
4c42cecbe6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      package/libinih/Makefile

+ 2 - 0
package/libinih/Makefile

@@ -32,5 +32,7 @@ libinih-install:
 	$(INSTALL_DIR) $(IDIR_LIBINIH)/usr/lib
 	$(CP) $(WRKINST)/usr/lib/libinih*.so* \
 		$(IDIR_LIBINIH)/usr/lib
+	$(CP) $(WRKINST)/usr/lib/libINIReader*.so* \
+		$(IDIR_LIBINIH)/usr/lib
 
 include $(ADK_TOPDIR)/mk/pkg-bottom.mk