-ljson is more canonical than -ljson-c
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
CFLAGS := $(CFLAGS) -Wall -Werror --std=c99
|
||||
LDFLAGS := $(LDFLAGS) -ljson-c -lssl -lcrypto
|
||||
LDFLAGS := $(LDFLAGS) -ljson -lssl -lcrypto
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
|
Reference in New Issue
Block a user