summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 2cdc76d4df6eabc18269f9b4884e5181208e6bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
AM_CFLAGS = @CFLAGS@

wsman_LDADD = \
       $(OPENWSMAN_LIBS)

CFLAGS = \
       $(OPENWSMAN_CFLAGS)
       
wsmid_identify_LDADD = \
       $(OPENWSMAN_LIBS)


wsman_service_LDADD = \
       $(OPENWSMAN_LIBS)

wsman_SOURCES = wsman.c \
		wsman-client-options.c \
		wsman-client-options.h 

wsmid_identify_SOURCES = \
		wsmid_identify.c

wsman_service_SOURCES = \
		wsman-service.c
		
bin_PROGRAMS = \
	wsman \
	wsmid_identify \
	wsman-service