comment ssl + grpc
This commit is contained in:
parent
638deb3818
commit
a387c599e2
1 changed files with 6 additions and 6 deletions
|
|
@ -79,8 +79,8 @@ ifeq ($(with_restconf),yes)
|
||||||
APPSRC += clixon_util_stream.c # Needs curl
|
APPSRC += clixon_util_stream.c # Needs curl
|
||||||
endif
|
endif
|
||||||
APPSRC += clixon_util_socket.c
|
APPSRC += clixon_util_socket.c
|
||||||
APPSRC += clixon_util_ssl.c
|
#APPSRC += clixon_util_ssl.c
|
||||||
APPSRC += clixon_util_grpc.c
|
#APPSRC += clixon_util_grpc.c
|
||||||
|
|
||||||
APPS = $(APPSRC:.c=)
|
APPS = $(APPSRC:.c=)
|
||||||
|
|
||||||
|
|
@ -123,11 +123,11 @@ endif
|
||||||
clixon_util_socket: clixon_util_socket.c $(LIBDEPS)
|
clixon_util_socket: clixon_util_socket.c $(LIBDEPS)
|
||||||
$(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ $(LIBS) -o $@
|
$(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ $(LIBS) -o $@
|
||||||
|
|
||||||
clixon_util_ssl: clixon_util_ssl.c $(LIBDEPS)
|
#clixon_util_ssl: clixon_util_ssl.c $(LIBDEPS)
|
||||||
$(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ $(LIBS) -lnghttp2 -lssl -lcrypto -o $@
|
# $(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ $(LIBS) -lnghttp2 -lssl -lcrypto -o $@
|
||||||
|
|
||||||
clixon_util_grpc: clixon_util_grpc.c $(LIBDEPS)
|
#clixon_util_grpc: clixon_util_grpc.c $(LIBDEPS)
|
||||||
$(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ $(LIBS) -lnghttp2 -lssl -lcrypto -o $@
|
# $(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ $(LIBS) -lnghttp2 -lssl -lcrypto -o $@
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile *~ .depend
|
rm -f Makefile *~ .depend
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue