summaryrefslogtreecommitdiffstats
path: root/examples/csoap/Makefile.am
blob: 0fb5c0c6dd0c8e75c89129da99f16d5c48e7c274 (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.11 $
#
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