Added header files for new file transfer design.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@615 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-06-19 22:49:23 +00:00
parent 2a44784999
commit 971ad4fe9b
3 changed files with 147 additions and 0 deletions

View file

@ -0,0 +1,24 @@
RS_TOP_DIR = ..
##### Define any flags that are needed for this section #######
###############################################################
###############################################################
include $(RS_TOP_DIR)/scripts/config.mk
###############################################################
RSOBJ =
TESTOBJ = #ftcachetest.o
TESTS = #ftcachetest
all: librs tests
#ftcachetest : ftcachetest.o $(OBJ)
# $(CC) $(CFLAGS) -o ftcachetest ftcachetest.o $(OBJ) $(LIBS)
###############################################################
include $(RS_TOP_DIR)/scripts/rules.mk
###############################################################