Skip to content

Commit

Permalink
Merge pull request tensaix2j#5 from vncoelho/patch-1
Browse files Browse the repository at this point in the history
inclusion of library json in the makefile
  • Loading branch information
tensaix2j authored Nov 20, 2017
2 parents d871a0f + a997516 commit 1e27b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ libbinacpp_lib=${libbinacpp_dir}/lib
-L$(libcurl_lib) \
-L$(libwebsockets_lib) \
-L$(libbinacpp_lib) \
-lcurl -lcrypto -lwebsockets -lbinacpp -o $@
-lcurl -ljsoncpp -lcrypto -lwebsockets -lbinacpp -o $@

cat run.template.sh | sed s/%executable%/$@/ > [email protected]
chmod 755 [email protected]
Expand Down

0 comments on commit 1e27b0f

Please sign in to comment.