From 249e9ed3f31f6a685f7c5c1874495bcc81a7c591 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 9 Dec 2006 22:44:52 +0000 Subject: - support delete and create - make it compile on os x --- tests/interop/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/interop/Makefile.am b/tests/interop/Makefile.am index f6e8b1a..2f3f3fd 100644 --- a/tests/interop/Makefile.am +++ b/tests/interop/Makefile.am @@ -5,7 +5,9 @@ CFLAGS = \ $(OPENWSMAN_CFLAGS) LDADD = \ - $(OPENWSMAN_LIBS) + $(OPENWSMAN_LIBS) \ + -lwsman_curl_client_transport + interop_SOURCES = interop.c -- cgit