summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
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