Added SILC Thread Queue API
[runtime.git] / lib / silcclient / Makefile.ad
index b85ac5a9f083af64a9c746681ad9cfa08c4ddbfc..3d1195000e488178bf3c95717b0fad1be7dcf124 100644 (file)
@@ -3,7 +3,7 @@
 #
 #  Author: Pekka Riikonen <priikone@silcnet.org>
 #
-#  Copyright (C) 2000 - 2005 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
@@ -19,32 +19,30 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
 noinst_LTLIBRARIES = libsilcclient.la
 
-libsilcclient_la_SOURCES = \
-       client.c \
-       client_keyagr.c \
-       client_notify.c \
-       client_prvmsg.c \
-       client_channel.c \
-       client_ftp.c    \
-       client_resume.c \
-       client_attrs.c  \
-       command.c \
-       command_reply.c \
-       idlist.c \
-       protocol.c
+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=       \
-       client.h        \
-       command.h       \
-       command_reply.h \
-       idlist.h        \
-       protocol.h      \
-       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