This intimidating patch renames libretroshare/src/rsiface/ to

libretroshare/src/retroshare/

All the relevant headers have been modified to reflect that change.

This allows installation of libretroshare on a system, headers will
be put in $WHEREVER/retroshare/ and we keep the ability to compile
against them, be it on the system or in the SVN tree.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3342 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
leander-256 2010-08-06 09:40:23 +00:00
parent e69300ccdc
commit 4bb4fc11e2
179 changed files with 289 additions and 285 deletions

View file

@ -25,8 +25,8 @@
*/
#include "authgpg.h"
#include <rsiface/rsiface.h>
#include <rsiface/rsinit.h>
#include "retroshare/rsiface.h"
#include "retroshare/rsinit.h"
#include <util/rsdir.h>
#include <iostream>
#include <sstream>

View file

@ -43,7 +43,7 @@
#include <openssl/ssl.h>
#include <openssl/evp.h>
#include "util/rsthreads.h"
#include "rsiface/rspeers.h"
#include "retroshare/rspeers.h"
#include <string>
#include <list>
#include <set>

View file

@ -24,7 +24,7 @@
*/
#include "util/rsdir.h"
#include "rsiface/rspeers.h"
#include "retroshare/rspeers.h"
#include "pqi/p3cfgmgr.h"
#include "pqi/authssl.h"
#include "pqi/pqibin.h"

View file

@ -26,7 +26,7 @@
*
*/
#include "rsiface/rsnotify.h"
#include "retroshare/rsnotify.h"
#include "pqi/pqinotify.h"
#include "util/rsthreads.h"

View file

@ -26,7 +26,7 @@
*
*/
#include "rsiface/rsnotify.h" /* for ids */
#include "retroshare/rsnotify.h" /* for ids */
/* Interface for System Notification: Implemented in rsserver */
/* Global Access -> so we don't need everyone to have a pointer to this! */