diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-12 14:44:30 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-12 14:44:30 +0800 |
commit | 3947ac9a60018f395558731027e26db8953090bb (patch) | |
tree | 0f77a63d06127c43a5fcddd3cad963d4a0f2330d /Makefile.am | |
parent | a7f4dba7c9c0738545c8b41b4185bd5ec9feb099 (diff) |
Move all libcurl related stuff to request
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b43a6f7..7f218cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ endif #if !WASM #bin_PROGRAMS = icclient -#icclient_SOURCES = main.c client.c catalog.c product.c request.c +#icclient_SOURCES = main.c client.c catalog.c product.c request.c login.c member.c #icclient_CPPFLAGS = -I${prefix}/include $(DEPS_CFLAGS) #icclient_LDFLAGS = $(DEPS_LIBS) -lcurl #endif |