blob: d670f3ce6121d3f9bc202e3117a83e3b375f5509 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#
# $Revision: 1.12 $
#
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
|