Implemented the draft-riikonen-presence-attrs and Attribute
[crypto.git] / lib / silccore / Makefile.am
index f77b6c05e80cf96378615491ddd0b4ba3bcf1633..920b7c88354daf788349ea24801d3c6cb65b9dd5 100644 (file)
@@ -3,12 +3,11 @@
 #
 #  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
 #
-#  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
@@ -26,11 +25,13 @@ libsilccore_a_SOURCES = \
        silcchannel.c \
        silccommand.c \
        silcpacket.c \
-       silcpayload.c \
+       silcargument.c \
        silcnotify.c \
        silcauth.c \
+       silcattrs.c \
        silcprivate.c
 
+if SILC_DIST_TOOLKIT
 include_HEADERS =      \
        silcauth.h      \
        silcchannel.h   \
@@ -40,8 +41,11 @@ include_HEADERS =    \
        silcmode.h      \
        silcnotify.h    \
        silcpacket.h    \
-       silcpayload.h   \
+       silcargument.h  \
+       silcstatus.h    \
+       silcattrs.h     \
        silcprivate.h
+endif
 
 EXTRA_DIST = *.h