summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/cpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp/Makefile.am b/examples/cpp/Makefile.am
index 8e10483..1634c1f 100644
--- a/examples/cpp/Makefile.am
+++ b/examples/cpp/Makefile.am
@@ -1,6 +1,6 @@
LDADD = \
- -lwsman -lwsman_clientpp
+ $(OPENWSMAN_LIBS) -lwsman_clientpp
CXXFLAGS = \
$(OPENWSMAN_CFLAGS)