summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index dc85a24..8947154 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,26 +1,18 @@
AM_CFLAGS = @CFLAGS@
-wsman_LDADD = \
- $(OPENWSMAN_LIBS)
-
CFLAGS = \
$(OPENWSMAN_CFLAGS)
LDADD = \
$(OPENWSMAN_LIBS)
-wsman_SOURCES = wsman.c \
- wsman-client-options.c \
- wsman-client-options.h
-
wsmid_identify_SOURCES = \
wsmid_identify.c
-wsman_service_SOURCES = \
+win32_service_SOURCES = \
win32_service.c
bin_PROGRAMS = \
- wsman \
wsmid_identify \
win32_service