X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2FMakefile.am;h=920b7c88354daf788349ea24801d3c6cb65b9dd5;hb=81a20cc52aceb480932652db71f9622e4a5030e1;hp=0864b51e85ff22b1238fe2bf03f14ee57bc10c23;hpb=a296f4fb0eca0f57fb61ae651333fbcecf0e3a88;p=crypto.git diff --git a/lib/silccore/Makefile.am b/lib/silccore/Makefile.am index 0864b51e..920b7c88 100644 --- a/lib/silccore/Makefile.am +++ b/lib/silccore/Makefile.am @@ -3,12 +3,11 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 Pekka Riikonen +# Copyright (C) 2000 - 2002 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 @@ -29,6 +28,7 @@ libsilccore_a_SOURCES = \ silcargument.c \ silcnotify.c \ silcauth.c \ + silcattrs.c \ silcprivate.c if SILC_DIST_TOOLKIT @@ -43,6 +43,7 @@ include_HEADERS = \ silcpacket.h \ silcargument.h \ silcstatus.h \ + silcattrs.h \ silcprivate.h endif