summaryrefslogtreecommitdiffstats
path: root/samples/client/amqp/notify/Makefile.am
blob: 85cc43ee37c1a873ed1627a26fbe07e74507ff0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
prgbindir = $(prefix)/samples/bin/amqp

prgbin_PROGRAMS = notify

notify_SOURCES = notify_client.c

notify_LDADD =  -L$(AXIS2C_HOME)/lib \
				-laxutil \
                -laxis2_axiom \
                -laxis2_engine \
                -laxis2_parser \
                -lpthread \
                $(GUTHTHILA_LIBS)

INCLUDES = @AXIS2INC@