From ba6b3a559f0cbd4c60764a67525d5bb9c06c62ee Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Thu, 3 Apr 2014 12:20:46 +0200 Subject: [PATCH] Link correctly libmeshlink.so in the sample application --- meshlink-sample/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2