From 12cde42c929b63a1ef1b2ad7f3482336419980b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 2 Feb 2022 09:29:10 +0800 Subject: Asynchronous connection Important updates: 1. Emscripten port. 2. HTTP request code copied from libicclient & slightly fixed. 3. Cookies, for maintaining authorisation between different async handles. --- Makefile.am | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 43a977c..71876b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,10 @@ lib_LTLIBRARIES = librtclient.la librtclient_la_SOURCES = \ - request.h \ - request.c \ - post.h \ - post.c \ - user.c \ - ticket.c \ - search.c \ - client.c + client.c \ + request.c \ + user.c \ + ticket.c \ + search.c librtclient_la_CPPFLAGS = -I${prefix}/include librtclient_la_LDFLAGS = -L${prefix}/lib if EMSCRIPTEN @@ -18,6 +15,7 @@ librtclient_la_LDFLAGS += $(CURL_LIBS) endif include_HEADERS = rtclient.h pkginclude_HEADERS = \ + rtclient/typedefs.h \ rtclient/user.h \ rtclient/ticket.h \ rtclient/search.h -- cgit v1.2.3