]> git.droids-corp.org - libcmdline.git/blobdiff - Makefile
cmdline: add the incomplete token string as an argument of iter_start()
[libcmdline.git] / Makefile
index 29d486121cd999811ca82ae84886f9328f97d995..e6c79fdabf1d60a0cebbe861b9dd7842a4651c8f 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