Add uu_client, and uu_server.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3929 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -4,7 +4,8 @@ AUTOMAKE_OPTIONS = no-dependencies foreign | ||||
|  | ||||
| INCLUDES = -I$(top_builddir)/include | ||||
|  | ||||
| noinst_PROGRAMS = tcp_client tcp_server gssapi_server gssapi_client | ||||
| noinst_PROGRAMS = tcp_client tcp_server gssapi_server gssapi_client \ | ||||
| 	uu_server uu_client | ||||
|  | ||||
| tcp_client_SOURCES = tcp_client.c common.c | ||||
|  | ||||
| @@ -14,6 +15,10 @@ gssapi_server_SOURCES = gssapi_server.c gss_common.c common.c | ||||
|  | ||||
| gssapi_client_SOURCES = gssapi_client.c gss_common.c common.c | ||||
|  | ||||
| uu_server_SOURCES = uu_server.c common.c | ||||
|  | ||||
| uu_client_SOURCES = uu_client.c common.c | ||||
|  | ||||
| gssapi_server_LDADD = -L$(top_builddir)/lib/gssapi -lgssapi $(LDADD) | ||||
|  | ||||
| gssapi_client_LDADD = -L$(top_builddir)/lib/gssapi -lgssapi $(LDADD) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Johan Danielsson
					Johan Danielsson