From 47be7ba91f07acb7bf88b66fc706ee6b4add69bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Mon, 16 Sep 2019 20:19:31 +0800 Subject: Takes the server URL as a parameter --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..942a013 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,4 @@ +noinst_LIBRARIES = libicclient.a +libicclient_a_SOURCES = \ + icclient/client.h \ + client.c -- cgit v1.2.3