summaryrefslogtreecommitdiffstats
path: root/examples/csoap/Makefile.am
blob: f44f62ce21cc65df98ea0f320a73472b1f4da235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LDADD=../../nanohttp/libnanohttp.la ../../libcsoap/libcsoap.la -lpthread
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