diff --git a/libretroshare/src/libretroshare.pro b/libretroshare/src/libretroshare.pro index 1d7ac0863..de151c9a3 100644 --- a/libretroshare/src/libretroshare.pro +++ b/libretroshare/src/libretroshare.pro @@ -8,8 +8,8 @@ TARGET = retroshare CONFIG += test_voip # GXS Stuff. -#CONFIG += newcache -#CONFIG += newservices +CONFIG += newcache +CONFIG += newservices # Beware: All data of the stripped services are lost DEFINES *= PQI_DISABLE_TUNNEL diff --git a/libretroshare/src/rsserver/rsinit.cc b/libretroshare/src/rsserver/rsinit.cc index bc5bded62..d6a0881da 100644 --- a/libretroshare/src/rsserver/rsinit.cc +++ b/libretroshare/src/rsserver/rsinit.cc @@ -1806,6 +1806,7 @@ RsTurtle *rsTurtle = NULL ; #include "services/p3blogs.h" #include "turtle/p3turtle.h" +#define ENABLE_GXS_SERVICES 1 #ifdef ENABLE_GXS_SERVICES #include "services/p3photoservice.h" #include "services/p3wikiservice.h"