gnutls: install libgnutls.so
Resolves #1162 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
parent
e76eacc6d9
commit
407c821e31
1 changed files with 3 additions and 0 deletions
|
@ -180,6 +180,9 @@ TARGET_CFLAGS += $(FPIC)
|
|||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib/pkgconfig
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/libgnutls.so* \
|
||||
$(1)/usr/lib/
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/include/gnutls \
|
||||
$(1)/usr/include/
|
||||
|
|
Loading…
Reference in a new issue