]> ToastFreeware Gitweb - gregoa/bti.git/blobdiff - Makefile
Readline support for bti
[gregoa/bti.git] / Makefile
index 77b62b9474fd3d73b00b6d29434670a9fdb5adc5..b39efc9114ec73ed581f4c82382f60969b5a63e7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 #
 #
 
-VERSION = 008
+VERSION = 010
 
 PROGRAM = bti
 
@@ -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)