Преглед изворни кода

use installed version of openssl for relay

cecylia пре 7 година
родитељ
комит
ad6866566e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      relay_station/Makefile

+ 1 - 1
relay_station/Makefile

@@ -7,7 +7,7 @@ all: $(TARGETS)
 slitheen-proxy.o flow.o ptwist168.o crypto.o relay.o cryptothread.o util.o:: ptwist.h flow.h slitheen.h crypto.h relay.h cryptothread.h util.h
 
 slitheen-proxy: slitheen-proxy.o flow.o ptwist168.o crypto.o relay.o cryptothread.o util.o relay.h crypto.h ptwist.h flow.h slitheen.h cryptothread.h util.h
-	gcc -g -ggdb -o $@ $^ -I/home/slitheen/Documents/include/openssl libssl.a libcrypto.a -lpcap -lpthread -ldl
+	gcc -g -ggdb -o $@ $^ -I/home/slitheen/Documents/include/openssl -lssl -lcrypto -lpcap -lpthread -ldl
 
 clean:
 	-rm *.o