Merge commit 'origin/silc.1.1.branch'
[silc.git] / lib / silcclient / Makefile.ad
index 63027fc51eff6b849560941691f3f34413ab1b0e..3d1195000e488178bf3c95717b0fad1be7dcf124 100644 (file)
@@ -3,7 +3,7 @@
 #
 #  Author: Pekka Riikonen <priikone@silcnet.org>
 #
-#  Copyright (C) 2000 - 2006 Pekka Riikonen
+#  Copyright (C) 2000 - 2007 Pekka Riikonen
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
@@ -23,18 +23,26 @@ libsilcclient_la_SOURCES =          \
        client.c                        \
        client_entry.c                  \
        client_prvmsg.c                 \
+       client_channel.c                \
        client_connect.c                \
        client_register.c               \
+       client_notify.c                 \
+       client_attrs.c                  \
+       client_keyagr.c                 \
+       client_listener.c               \
+       client_ftp.c                    \
        command.c                       \
        command_reply.c
 
 #ifdef SILC_DIST_TOOLKIT
-include_HEADERS=       \
-       silcclient.h
+include_HEADERS=               \
+       client.h                \
+       silcclient.h            \
+       silcclient_entry.h
 
 SILC_EXTRA_DIST = client_ops_example.c
 #endif SILC_DIST_TOOLKIT
 
-EXTRA_DIST = *.h $(SILC_EXTRA_DIST)
+EXTRA_DIST = *.h tests $(SILC_EXTRA_DIST)
 
 include $(top_srcdir)/Makefile.defines.in