-ljson is more canonical than -ljson-c

This commit is contained in:
Nick Thomas
2013-08-14 20:57:31 +01:00
parent cb1e2ea882
commit 75f1335b85

View File

@@ -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