summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am4
-rw-r--r--tests/cunit/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6cc619e..2113212 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,13 +4,13 @@ wsman_CFLAGS = \
$(OPENWSMAN_CFLAGS)
wsman_LDADD = \
- $(OPENWSMAN_LIBS) -lcurl
+ $(OPENWSMAN_LIBS)
wsmid_identify_CFLAGS = \
$(OPENWSMAN_CFLAGS)
wsmid_identify_LDADD = \
- $(OPENWSMAN_LIBS) -lcurl
+ $(OPENWSMAN_LIBS)
wsman_SOURCES = wsman.c \
wsman-client-options.c \
diff --git a/tests/cunit/Makefile.am b/tests/cunit/Makefile.am
index a41d77a..79ec42a 100644
--- a/tests/cunit/Makefile.am
+++ b/tests/cunit/Makefile.am
@@ -5,7 +5,7 @@ INCLUDES = \
wsman_cunit_tests_LDADD = \
- $(OPENWSMAN_LIBS) -lcunit -lcurl
+ $(OPENWSMAN_LIBS) -lcunit
wsman_cunit_tests_SOURCES = run_tests.c \