diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-11 18:11:43 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-11 18:11:43 +0800 |
| commit | fbaf3ef798fd4cf101c86b29bf12e3da2868c16c (patch) | |
| tree | 7db602f01cddbb3377de9701c8da20f5aa6fb3b2 /Makefile.am | |
| parent | ed0824654a1d1049711646ab355b8c0a1dd20af7 (diff) | |
Test custom handler parameter
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 2814636..b43a6f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,8 +35,8 @@ pkginclude_HEADERS += \ 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 +#bin_PROGRAMS = icclient +#icclient_SOURCES = main.c client.c catalog.c product.c request.c +#icclient_CPPFLAGS = -I${prefix}/include $(DEPS_CFLAGS) +#icclient_LDFLAGS = $(DEPS_LIBS) -lcurl #endif |