build http_client
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12808 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
include $(top_srcdir)/Makefile.am.common
|
include $(top_srcdir)/Makefile.am.common
|
||||||
|
|
||||||
noinst_PROGRAMS = tcp_client tcp_server gssapi_server gssapi_client \
|
noinst_PROGRAMS = tcp_client tcp_server gssapi_server gssapi_client \
|
||||||
uu_server uu_client nt_gss_server nt_gss_client
|
uu_server uu_client nt_gss_server nt_gss_client http_client
|
||||||
|
|
||||||
tcp_client_SOURCES = tcp_client.c common.c test_locl.h
|
tcp_client_SOURCES = tcp_client.c common.c test_locl.h
|
||||||
|
|
||||||
@@ -15,6 +15,9 @@ gssapi_server_SOURCES = gssapi_server.c gss_common.c common.c \
|
|||||||
gssapi_client_SOURCES = gssapi_client.c gss_common.c common.c \
|
gssapi_client_SOURCES = gssapi_client.c gss_common.c common.c \
|
||||||
gss_common.h test_locl.h
|
gss_common.h test_locl.h
|
||||||
|
|
||||||
|
http_client_SOURCES = http_client.c gss_common.c common.c \
|
||||||
|
gss_common.h test_locl.h
|
||||||
|
|
||||||
uu_server_SOURCES = uu_server.c common.c test_locl.h
|
uu_server_SOURCES = uu_server.c common.c test_locl.h
|
||||||
|
|
||||||
uu_client_SOURCES = uu_client.c common.c test_locl.h
|
uu_client_SOURCES = uu_client.c common.c test_locl.h
|
||||||
@@ -23,6 +26,8 @@ gssapi_server_LDADD = $(top_builddir)/lib/gssapi/libgssapi.la $(LDADD)
|
|||||||
|
|
||||||
gssapi_client_LDADD = $(gssapi_server_LDADD)
|
gssapi_client_LDADD = $(gssapi_server_LDADD)
|
||||||
|
|
||||||
|
http_client_LDADD = $(top_builddir)/lib/gssapi/libgssapi.la $(LDADD)
|
||||||
|
|
||||||
nt_gss_client_SOURCES = nt_gss_client.c nt_gss_common.c common.c
|
nt_gss_client_SOURCES = nt_gss_client.c nt_gss_common.c common.c
|
||||||
|
|
||||||
nt_gss_server_SOURCES = nt_gss_server.c nt_gss_common.c
|
nt_gss_server_SOURCES = nt_gss_server.c nt_gss_common.c
|
||||||
|
Reference in New Issue
Block a user