X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2FMakefile.am;h=d166e1fb1fd97906c0a210a2e53eb874036c00f0;hb=c257b555225193e54d85daf541d29578b3c93882;hp=f3caad4b72607685b0fe8fbdb24c0b3b8033ef6c;hpb=642a33a4fca84f3dcf9624bd05b3dc6aa1c0dd29;p=silc.git diff --git a/apps/silcd/Makefile.am b/apps/silcd/Makefile.am index f3caad4b..d166e1fb 100644 --- a/apps/silcd/Makefile.am +++ b/apps/silcd/Makefile.am @@ -1,14 +1,13 @@ # # Makefile.am # -# Author: Pekka Riikonen +# Author: Pekka Riikonen # -# Copyright (C) 2000 Pekka Riikonen +# Copyright (C) 2000 - 2005 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 -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,26 +17,26 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign -sbin_PROGRAMS = silcd testi +sbin_PROGRAMS = silcd silcd_SOURCES = \ protocol.c \ route.c \ - server.c \ packet_send.c \ packet_receive.c \ idlist.c \ command.c \ command_reply.c \ + silcd.c \ + server.c \ + server_util.c \ + server_backup.c \ serverconfig.c \ + server_query.c \ serverid.c \ - silcd.c \ server_version.c -silcd_DEPENDENCIES = ../lib/libsilc.a - -testi_SOURCES = testi.c -LIBS = $(SILC_COMMON_LIBS) +LIBS = $(SILC_COMMON_LIBS) -lsilc LDADD = EXTRA_DIST = *.h