updates.
[silc.git] / lib / silcclient / Makefile.am
index b51424c6f8b45430d3ad14301cf9a6ffd33c8f83..29ab9c5a244ddbb01157e13fd32d314921bdeac7 100644 (file)
@@ -26,11 +26,22 @@ libsilcclient_a_SOURCES = \
        client_notify.c \
        client_prvmsg.c \
        client_channel.c \
+       client_ftp.c    \
        command.c \
        command_reply.c \
        idlist.c \
        protocol.c
 
+if SILC_DIST_TOOLKIT
+include_HEADERS=       \
+       client.h        \
+       command.h       \
+       command_reply.h \
+       idlist.h        \
+       protocol.h      \
+       silcapi.h
+endif
+
 EXTRA_DIST = *.h
 
-include $(top_srcdir)/Makefile.defines.in
\ No newline at end of file
+include $(top_srcdir)/Makefile.defines.in