diff options
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 |