blob: 9cecda677d2a17a5ad2fb14f23fec0876415b633 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LDADD=../../nanohttp/libnanohttp.la ../../libcsoap/libcsoap.la -lpthread
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
|