X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=meshlink-sample%2FMakefile;fp=meshlink-sample%2FMakefile;h=6c69ac8f153f91d02059c7ae0bec52c8078c0235;hb=12b11721f530eaeae3f82f781f19e598ab2a2544;hp=128870a03b9ec90524efa52bfd72a69b88c4ce8e;hpb=7e9daf73d401e3afd42f68ed20ff3d0e2e0a6a0a;p=meshlink diff --git a/meshlink-sample/Makefile b/meshlink-sample/Makefile index 128870a0..6c69ac8f 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/.libs/ -lmeshlink +LIBS= -L../src/.libs/ -lmeshlink -lcrypto -lz -ldl -lpthread -static INCLUDE= -I../src/ LOADLIBES= $(LIBS) OBJS= meshlinkapp.o