/usr/share/doc/wsmancli/examples/Makefile.am is in wsmancli 2.3.0-0ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | SUBDIRS = cpp
AM_CFLAGS = @CFLAGS@
CFLAGS = \
$(OPENWSMAN_CFLAGS)
LDADD = \
$(OPENWSMAN_LIBS) \
-lwsman_curl_client_transport
wsmid_identify_SOURCES = wsmid_identify.c
win32_service_SOURCES = \
win32_service.c
enum_epr_SOURCES = \
enum_epr.c
create_resource_SOURCES = \
create_resource.c
noinst_PROGRAMS = \
wsmid_identify \
win32_service \
enum_epr \
create_resource
|