summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2006-12-09 22:44:52 +0000
committerAnas Nashif <nashif@intel.com>2006-12-09 22:44:52 +0000
commit249e9ed3f31f6a685f7c5c1874495bcc81a7c591 (patch)
tree7b095aa4c022b74071daf695581f473f05c78ebb /examples
parent92999888aca22092ccafe3d9c379dd12c6eae4ae (diff)
downloadwsmancli-249e9ed3f31f6a685f7c5c1874495bcc81a7c591.tar.gz
wsmancli-249e9ed3f31f6a685f7c5c1874495bcc81a7c591.tar.xz
wsmancli-249e9ed3f31f6a685f7c5c1874495bcc81a7c591.zip
- support delete and create
- make it compile on os x
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 349845c..d81fd80 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -4,7 +4,8 @@ CFLAGS = \
$(OPENWSMAN_CFLAGS)
LDADD = \
- $(OPENWSMAN_LIBS)
+ $(OPENWSMAN_LIBS) \
+ -lwsman_curl_client_transport
wsmid_identify_SOURCES = \
wsmid_identify.c