summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-20 11:24:12 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-20 11:24:12 +0800
commita3b91bf175b9d51fdd3674112e60a773f13c8ea9 (patch)
treec297742f6f068afed7fe7e901192cd21d2f7b9ee /Makefile.am
parent0d45381125b73feea759213b8341deb4e08d600c (diff)
Move product freeing implementation to product's own implementation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7a82730..0ac0146 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,10 @@ lib_LTLIBRARIES = libicclient.la
libicclient_la_SOURCES = \
request.h \
request.c \
+ product.c \
+ ord.c \
login.h \
login.c \
- ord.c \
member.c \
admin.c \
client.c