X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2FMakefile.ad;h=63027fc51eff6b849560941691f3f34413ab1b0e;hb=3df964f52d094db8ea9e8981fee73ff2a59e365c;hp=b85ac5a9f083af64a9c746681ad9cfa08c4ddbfc;hpb=087575e2f4248e52d8db5900f757b847e65d9d91;p=silc.git diff --git a/lib/silcclient/Makefile.ad b/lib/silcclient/Makefile.ad index b85ac5a9..63027fc5 100644 --- a/lib/silcclient/Makefile.ad +++ b/lib/silcclient/Makefile.ad @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# 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