2014-03-12 10:57:53 +00:00
|
|
|
diff -up wsmancli-2.3.1/examples/cpp/Makefile.am.orig wsmancli-2.3.1/examples/cpp/Makefile.am
|
|
|
|
--- wsmancli-2.3.1/examples/cpp/Makefile.am.orig 2014-02-26 12:09:41.686906501 +0100
|
|
|
|
+++ wsmancli-2.3.1/examples/cpp/Makefile.am 2014-02-26 12:10:09.731982919 +0100
|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
2009-11-12 18:10:57 +00:00
|
|
|
LDADD = \
|
2012-11-12 13:25:24 +00:00
|
|
|
- $(OPENWSMAN_LIBS) -lwsman_clientpp
|
|
|
|
+ $(OPENWSMAN_LIBS) -lpthread -lwsman_clientpp
|
2009-11-12 18:10:57 +00:00
|
|
|
|
2014-03-12 10:57:53 +00:00
|
|
|
CXXFLAGS = \
|
|
|
|
$(OPENWSMAN_CFLAGS)
|