cmdline: add the incomplete token string as an argument of iter_start()
[libcmdline.git] / Makefile
index 29d4861..e6c79fd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ BUILDDIR = $(PWD)/build
 SRCDIR = $(PWD)/src
 
 SUBDIRS  = lib
+SUBDIRS += trivial_rdline
 SUBDIRS += extension_example
 SUBDIRS += calculator_standalone
 SUBDIRS += calculator_server
@@ -12,7 +13,8 @@ SUBDIRS += genconf
 # really small devices, because it changes the API.
 # CFLAGS += -DNO_RDLINE_HISTORY
 # CFLAGS += -DNO_RDLINE_KILL_BUF
-# CFLAGS += -DNO_PARSE_FLOAT
+CFLAGS += -DCMDLINE_HAVE_FLOAT
+CFLAGS += -DCMDLINE_HAVE_SOCKET
 
 CFLAGS += -Wall -Werror
 CFLAGS += -O0 -g