blob: 556dd95916e9fdc9a4e5ccfae44ba6dd9cfd8d9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LDADD=../../nanohttp/libnanohttp.la ../../libcsoap/libcsoap.la
INCLUDES=-I${top_srcdir}
noinst_PROGRAMS=simpleclient simpleserver echoattachments-client echoattachments-server
bin_PROGRAMS=soapclient
simpleclient_SOURCES=simpleclient.c
simpleserver_SOURCES=simpleserver.c
echoattachments_server_SOURCES=echoattachments-server.c
echoattachments_client_SOURCES=echoattachments-client.c
soapclient_SOURCES=soapclient.c
|