X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2FMakefile.am;h=7dae40126f105118794fa04d60a7521451d95abb;hb=413da0f8686910f5e627393157566ae729ca99c4;hp=d4321eac8a4551a61236b1b5fe79578c9ba85813;hpb=a2cb5f1de35a626aa31334597b62da132446a7c9;p=silc.git diff --git a/lib/silccore/Makefile.am b/lib/silccore/Makefile.am index d4321eac..7dae4012 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 - 2003 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,29 +17,37 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign -noinst_LIBRARIES = libsilccore.a +noinst_LTLIBRARIES = libsilccore.la -libsilccore_a_SOURCES = \ - id.c \ - idcache.c \ - silcbuffer.c \ - silcbuffmt.c \ - silcbufutil.c \ +libsilccore_la_SOURCES = \ + silcid.c \ + silcidcache.c \ + silcmessage.c \ silcchannel.c \ silccommand.c \ - silcconfig.c \ - silclog.c \ - silcmemory.c \ - silcnet.c \ silcpacket.c \ - silcprotocol.c \ - silcschedule.c \ - silcsockconn.c \ - silctask.c \ - silcutil.c + silcargument.c \ + silcnotify.c \ + silcauth.c \ + silcattrs.c \ + silcstatus.c -EXTRA_DIST = *.h +if SILC_DIST_TOOLKIT +include_HEADERS = \ + silcauth.h \ + silcchannel.h \ + silcmessage.h \ + silccommand.h \ + silcidcache.h \ + silcid.h \ + silcmode.h \ + silcnotify.h \ + silcpacket.h \ + silcargument.h \ + silcstatus.h \ + silcattrs.h +endif -INCLUDES = -I. -I.. -I../silccrypt -I../silcmath -I../silcske \ - -I../silcsim -I../.. -I../../includes \ - -I../silcmath/gmp +EXTRA_DIST = *.h tests + +include $(top_srcdir)/Makefile.defines.in