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:
csoler 2012-12-17 23:08:53 +00:00
parent bc65dd40c2
commit cfa2640ff8

View File

@ -1,6 +1,7 @@
RS_TOP_DIR = ../..
DHT_TOP_DIR = ../../../../libbitdht/src
OPS_TOP_DIR = ../../../../openpgpsdk/src
##### Define any flags that are needed for this section #######
###############################################################
@ -11,7 +12,7 @@ include $(RS_TOP_DIR)/tests/scripts/config.mk
TESTOBJ =
TESTS =
all: tests
all: upnpforward
upnpforward: upnpforward.o
$(CC) $(CFLAGS) -o upnpforward upnpforward.o $(LIBS)