Skip to content

Commit

Permalink
Makefile: don't link with libcurl.
Browse files Browse the repository at this point in the history
This is not necessary or desirable for current versions of WFDB.
  • Loading branch information
Benjamin Moody committed Apr 30, 2019
1 parent 9c66312 commit bfe908a
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 @@ -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
Expand Down

0 comments on commit bfe908a

Please sign in to comment.