X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/3cb0ed6e4e9e778464a8eb13c59b208dc7fbda84..cb4b20275ce9d94c7367164024d1b06e372dfd67:/Makefile diff --git a/Makefile b/Makefile index 7fc3a7b..b39efc9 100644 --- a/Makefile +++ b/Makefile @@ -55,10 +55,11 @@ export E Q # We need -lcurl for the curl stuff # We need -lsocket and -lnsl when on Solaris +# We need -lreadline for readline support # We need -lssl and -lcrypto when using libcurl with SSL support # We need -lpthread for the pthread example #LIB_OBJS = -lcurl -lnsl -lssl -lcrypto -LIB_OBJS = -lcurl -lnsl +LIB_OBJS = -lcurl -lnsl -lreadline all: $(PROGRAM) $(MAN_PAGES)