summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 5ba54b0..2814636 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,9 +34,9 @@ pkginclude_HEADERS += \
icclient/admin.h
endif
-if !WASM
-bin_PROGRAMS = testicclient
-testicclient_SOURCES = main.c client.c catalog.c product.c request.c
-testicclient_CPPFLAGS = -I${prefix}/include $(DEPS_CFLAGS)
-testicclient_LDFLAGS = $(DEPS_LIBS) -lcurl
-endif
+#if !WASM
+#bin_PROGRAMS = testicclient
+#testicclient_SOURCES = main.c client.c catalog.c product.c request.c
+#testicclient_CPPFLAGS = -I${prefix}/include $(DEPS_CFLAGS)
+#testicclient_LDFLAGS = $(DEPS_LIBS) -lcurl
+#endif