diff --git a/Makefile b/Makefile index ab21648..b1f28ba 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ CFLAGS = -O -DLWDIR=\"$(LWCLIENTDIR)\" -DLWVER=\"$(LWVERSION)\" \ -DLW_WFDB=\"$(LW_WFDB)\" # LDFLAGS is a set of options for the linker. -LDFLAGS = -lwfdb -lcurl +LDFLAGS = -lwfdb # Install both the lightwave server and client on this machine. install: server scribe client