changeset 1835:8a3da04829f3

Enable mapsearch in the default builds, if libwebsockets is found.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 31 Oct 2017 18:52:50 +0200
parents 5d2a514afe68
children 054e96461c34
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Tue Oct 31 18:07:37 2017 +0200
+++ b/Makefile.gen	Tue Oct 31 18:52:50 2017 +0200
@@ -44,6 +44,7 @@
 
 
 ifeq ($(HAVE_LIBWEBSOCKETS),yes)
+TARGETS += $(MAPSEARCH_BIN)
 MAPSEARCH_CFLAGS += -D_POSIX_C_SOURCE=200112 $(LIBWEBSOCKETS_CFLAGS)
 MAPSEARCH_LDFLAGS += $(LIBWEBSOCKETS_LDFLAGS)
 endif