From: Saverio Proto Date: Thu, 3 Apr 2014 10:20:46 +0000 (+0200) Subject: Link correctly libmeshlink.so in the sample application X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=ba6b3a559f0cbd4c60764a67525d5bb9c06c62ee Link correctly libmeshlink.so in the sample application --- diff --git a/meshlink-sample/Makefile b/meshlink-sample/Makefile index 6c6ec4ae..128870a0 100644 --- a/meshlink-sample/Makefile +++ b/meshlink-sample/Makefile @@ -1,7 +1,7 @@ # Simple Makefile CC=gcc -LIBS= -lcrypto -lz -llzo2 -ldl -lpthread -L../src/ -lmeshlink +LIBS= -lcrypto -lz -llzo2 -ldl -lpthread -L../src/.libs/ -lmeshlink INCLUDE= -I../src/ LOADLIBES= $(LIBS) OBJS= meshlinkapp.o