Added shared library compilation support.
[silc.git] / lib / silccore / Makefile.am
index 04e898cd4da4800a965c9f327de913a1a6fb42e4..50dd1dd07d59827ae0c992e055d8810305f16e93 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
 
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
-noinst_LIBRARIES = libsilccore.a
+noinst_LTLIBRARIES = libsilccore.la
 
-libsilccore_a_SOURCES = \
+libsilccore_la_SOURCES = \
        silcid.c \
        silcidcache.c \
        silcchannel.c \
        silccommand.c \
        silcpacket.c \
-       silcpayload.c \
+       silcargument.c \
        silcnotify.c \
        silcauth.c \
+       silcattrs.c \
        silcprivate.c
 
 if SILC_DIST_TOOLKIT
@@ -41,7 +41,9 @@ include_HEADERS =     \
        silcmode.h      \
        silcnotify.h    \
        silcpacket.h    \
-       silcpayload.h   \
+       silcargument.h  \
+       silcstatus.h    \
+       silcattrs.h     \
        silcprivate.h
 endif