Initial client library rewrite, connects to remote server already.
[silc.git] / lib / silcclient / Makefile.ad
index b85ac5a9f083af64a9c746681ad9cfa08c4ddbfc..63027fc51eff6b849560941691f3f34413ab1b0e 100644 (file)
@@ -3,7 +3,7 @@
 #
 #  Author: Pekka Riikonen <priikone@silcnet.org>
 #
-#  Copyright (C) 2000 - 2005 Pekka Riikonen
+#  Copyright (C) 2000 - 2006 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,27 +19,17 @@ 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_connect.c                \
+       client_register.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
 
 SILC_EXTRA_DIST = client_ops_example.c