Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dfarre-vunkers committed Mar 31, 2020
1 parent fe8a1aa commit 74dbdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CC = gcc
CFLAGS = -g -Wall

# libraries
LIBS = -lpaho-mqtt3c -lnacl
LIBS = -lpaho-mqtt3cs -lnacl

# the build target executable:
TARGET = mqtt_vpn
Expand Down

0 comments on commit 74dbdaa

Please sign in to comment.