From a387c599e297c486d18cc2c9b8a484da7b481469 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Fri, 18 Oct 2019 19:44:45 +0200 Subject: [PATCH] comment ssl + grpc --- util/Makefile.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/util/Makefile.in b/util/Makefile.in index 8eb45272..eb06802e 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -79,8 +79,8 @@ ifeq ($(with_restconf),yes) APPSRC += clixon_util_stream.c # Needs curl endif APPSRC += clixon_util_socket.c -APPSRC += clixon_util_ssl.c -APPSRC += clixon_util_grpc.c +#APPSRC += clixon_util_ssl.c +#APPSRC += clixon_util_grpc.c APPS = $(APPSRC:.c=) @@ -123,11 +123,11 @@ endif clixon_util_socket: clixon_util_socket.c $(LIBDEPS) $(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ $(LIBS) -o $@ -clixon_util_ssl: clixon_util_ssl.c $(LIBDEPS) - $(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ $(LIBS) -lnghttp2 -lssl -lcrypto -o $@ +#clixon_util_ssl: clixon_util_ssl.c $(LIBDEPS) +# $(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ $(LIBS) -lnghttp2 -lssl -lcrypto -o $@ -clixon_util_grpc: clixon_util_grpc.c $(LIBDEPS) - $(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ $(LIBS) -lnghttp2 -lssl -lcrypto -o $@ +#clixon_util_grpc: clixon_util_grpc.c $(LIBDEPS) +# $(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ $(LIBS) -lnghttp2 -lssl -lcrypto -o $@ distclean: clean rm -f Makefile *~ .depend