From 7f934ce683df5252fa6350dcc15e187b1c7623cf 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: Sun, 25 Sep 2022 10:20:12 +0800 Subject: Rename remaining icclient to interchange --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 625a358..19549fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libinterchange.la libinterchange_la_SOURCES = \ - client.c \ + interchange.c \ request.c \ ord.c \ login.c \ @@ -18,9 +18,9 @@ if STRAP libinterchange_la_SOURCES += strap.c libinterchange_la_CPPFLAGS = $(libinterchange_la_CPPFLAGS) $(TIDY_CFLAGS) endif -include_HEADERS = icclient.h +include_HEADERS = interchange.h pkginclude_HEADERS = \ - icclient/typedefs.h \ - icclient/ord.h \ - icclient/member.h \ - icclient/admin.h + interchange/typedefs.h \ + interchange/ord.h \ + interchange/member.h \ + interchange/admin.h -- cgit v1.2.3