Browse Source

gnutls: install libgnutls.so

Resolves #1162

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos 9 years ago
parent
commit
407c821e31
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      libs/gnutls/Makefile

+ 3
- 0
libs/gnutls/Makefile View File

@@ -180,6 +180,9 @@ TARGET_CFLAGS += $(FPIC)
180 180
 
181 181
 define Build/InstallDev
182 182
 	$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib/pkgconfig
183
+	$(CP) \
184
+		$(PKG_INSTALL_DIR)/usr/lib/libgnutls.so* \
185
+		$(1)/usr/lib/
183 186
 	$(CP) \
184 187
 		$(PKG_INSTALL_DIR)/usr/include/gnutls \
185 188
 		$(1)/usr/include/