From 5466c447aee0c5f66d400e11c5a7a195da595886 Mon Sep 17 00:00:00 2001 From: drbob Date: Tue, 21 Apr 2009 19:12:43 +0000 Subject: [PATCH] Added missing files (extaddrfinder & p3turtle) to Makefiles. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1139 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/services/Makefile | 3 ++- libretroshare/src/tcponudp/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libretroshare/src/services/Makefile b/libretroshare/src/services/Makefile index c85837f32..4c7d49267 100644 --- a/libretroshare/src/services/Makefile +++ b/libretroshare/src/services/Makefile @@ -15,7 +15,8 @@ RSOBJ = p3service.o p3chatservice.o p3msgservice.o \ p3Qblog.o \ p3forums.o \ p3channels.o \ - p3portservice.o + p3portservice.o \ + p3turtle.o # dummy forums interface. # p3forums-dummy.o \ diff --git a/libretroshare/src/tcponudp/Makefile b/libretroshare/src/tcponudp/Makefile index 0326a7a20..881ecad03 100644 --- a/libretroshare/src/tcponudp/Makefile +++ b/libretroshare/src/tcponudp/Makefile @@ -9,7 +9,7 @@ include $(RS_TOP_DIR)/scripts/config.mk BIOOBJ = bss_tou.o -RSOBJ = tou_net.o udplayer.o udpsorter.o udptestfn.o +RSOBJ = tou_net.o udplayer.o udpsorter.o udptestfn.o extaddrfinder.o RSOBJ += tcppacket.o tcpstream.o tou.o $(BIOOBJ) EXECS = librs udpsock_test udpsort_test udp_server