summaryrefslogtreecommitdiffstats
path: root/examples/csoap/Makefile.am
blob: bb62213b4a059b6886f157b3bfc53aeb56af3efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bin_PROGRAMS=simpleclient simpleserver

INCLUDES=-I$(top_srcdir)/ $(LIBXML_CFLAGS)
LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \
	$(LIBSOCKET) $(LIBNSL) -lpthread\
	-L$(top_builddir)/libcsoap/ -lcsoap-$(GENERIC_API_VERSION) \
	$(LIBXML_LIBS)

simpleclient_SOURCES=simpleclient.c
simpleclient_LDFLAGS=$(LDFLAGS)

simpleserver_SOURCES=simpleserver.c
simpleserver_LDFLAGS=$(LDFLAGS)