From 91e19fc61ebbcaef6932cfdf66e5ec8ae7551bed Mon Sep 17 00:00:00 2001 From: AsamK Date: Sun, 23 Aug 2015 11:26:12 +0200 Subject: [PATCH] Disable installing of headers and libretroshare.a The list of interface header files is outdated and probably of no use to anyone. --- libretroshare/src/libretroshare.pro | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libretroshare/src/libretroshare.pro b/libretroshare/src/libretroshare.pro index 510315055..dca32bcd1 100644 --- a/libretroshare/src/libretroshare.pro +++ b/libretroshare/src/libretroshare.pro @@ -176,14 +176,14 @@ unix { DEFINES *= LIB_DIR=\"\\\"$${LIB_DIR}\\\"\" DEFINES *= DATA_DIR=\"\\\"$${DATA_DIR}\\\"\" - # where to put the librarys interface - include_rsiface.path = "$${INC_DIR}" - include_rsiface.files = $$PUBLIC_HEADERS - INSTALLS += include_rsiface + ## where to put the librarys interface + #include_rsiface.path = "$${INC_DIR}" + #include_rsiface.files = $$PUBLIC_HEADERS + #INSTALLS += include_rsiface - # where to put the shared library itself - target.path = "$$LIB_DIR" - INSTALLS *= target + ## where to put the shared library itself + #target.path = "$$LIB_DIR" + #INSTALLS *= target } linux-g++ {