diff options
| author | Anas Nashif <nashif@intel.com> | 2006-12-09 22:44:52 +0000 |
|---|---|---|
| committer | Anas Nashif <nashif@intel.com> | 2006-12-09 22:44:52 +0000 |
| commit | 249e9ed3f31f6a685f7c5c1874495bcc81a7c591 (patch) | |
| tree | 7b095aa4c022b74071daf695581f473f05c78ebb /examples | |
| parent | 92999888aca22092ccafe3d9c379dd12c6eae4ae (diff) | |
- support delete and create
- make it compile on os x
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile.am | 3 |
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 |
