From 89b7bef4c433bb42588eeec6e6f0d3d1c2a19b78 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: Sat, 5 Oct 2019 18:06:14 +0800 Subject: Separate the product structure definition so the catalog structure doesn't have to be included when not needed. product.c has too few implementations, so it's merged to client.c --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 35121d3..2240f39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,15 @@ noinst_LIBRARIES = libicclient.a libicclient_a_SOURCES = \ - icclient/request.h \ - icclient/login.h \ icclient/product.h \ + icclient/catalog.h \ icclient/ord.h \ icclient/member.h \ icclient/admin.h \ icclient/client.h \ + request.h \ request.c \ + login.h \ login.c \ - product.c \ member.c \ admin.c \ client.c -- cgit v1.2.3