updates.
[silc.git] / lib / silcclient / Makefile.am
index 43032ca38ebf3dd93443e18de2e264423877a318..b4ec607b1a67ed9656675ce356d11e087ed31e39 100644 (file)
@@ -26,19 +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
+       silcclient.h
+endif
 
-EXTRA_DIST = *.h
+EXTRA_DIST = *.h client_ops_example.c
 
 include $(top_srcdir)/Makefile.defines.in