mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 20:04:24 -04:00
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:
parent
2a44784999
commit
971ad4fe9b
3 changed files with 147 additions and 0 deletions
24
libretroshare/src/ft/Makefile
Normal file
24
libretroshare/src/ft/Makefile
Normal 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
|
||||
###############################################################
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue