--- bti/branches/upstream/current/Makefile 2009/01/15 22:28:30 1523 +++ bti/branches/upstream/current/Makefile 2009/01/20 15:47:44 1524 @@ -16,7 +16,7 @@ # # -VERSION = 010 +VERSION = 011 PROGRAM = bti @@ -55,10 +55,11 @@ # 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)