mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 08:35:16 -04:00
forgot to patch this Makefile
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6010 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bc65dd40c2
commit
cfa2640ff8
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
RS_TOP_DIR = ../..
|
RS_TOP_DIR = ../..
|
||||||
DHT_TOP_DIR = ../../../../libbitdht/src
|
DHT_TOP_DIR = ../../../../libbitdht/src
|
||||||
|
OPS_TOP_DIR = ../../../../openpgpsdk/src
|
||||||
##### Define any flags that are needed for this section #######
|
##### Define any flags that are needed for this section #######
|
||||||
###############################################################
|
###############################################################
|
||||||
|
|
||||||
|
@ -11,7 +12,7 @@ include $(RS_TOP_DIR)/tests/scripts/config.mk
|
||||||
TESTOBJ =
|
TESTOBJ =
|
||||||
TESTS =
|
TESTS =
|
||||||
|
|
||||||
all: tests
|
all: upnpforward
|
||||||
|
|
||||||
upnpforward: upnpforward.o
|
upnpforward: upnpforward.o
|
||||||
$(CC) $(CFLAGS) -o upnpforward upnpforward.o $(LIBS)
|
$(CC) $(CFLAGS) -o upnpforward upnpforward.o $(LIBS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue