From: Jochen Eisinger Date: Tue, 6 Jan 2004 11:17:26 +0000 (+0000) Subject: Tue Jan 04 12:16:04 CET 2004 Jochen Eisinger X-Git-Tag: silc.client.1.0.1~5 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=56bb03a042ee3ae84e23d77a2fd286f01bead43a Tue Jan 04 12:16:04 CET 2004 Jochen Eisinger * Added DIST_SUBDIRS symbols to include all subdirs in distributions. Affected files lib/silcutil/Makefile.am, lib/silcmath/Makefile.am --- diff --git a/CHANGES b/CHANGES index 06ec28a2..d85f75c1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Tue Jan 04 12:16:04 CET 2004 Jochen Eisinger + + * Added DIST_SUBDIRS symbols to include all subdirs in distributions. + Affected files lib/silcutil/Makefile.am, lib/silcmath/Makefile.am + Tue Jan 04 02:43:44 CET 2004 Jochen Eisinger * Changed the way NOTICE flagged messages are treated. Added support diff --git a/lib/silcmath/Makefile.am b/lib/silcmath/Makefile.am index 4dec62ac..dd96205c 100644 --- a/lib/silcmath/Makefile.am +++ b/lib/silcmath/Makefile.am @@ -24,6 +24,8 @@ else SUBDIRS = endif +DIST_SUBDIRS = mpi + noinst_LTLIBRARIES = libsilcmath.la if SILC_MP_NSS_MPI diff --git a/lib/silcutil/Makefile.am b/lib/silcutil/Makefile.am index b5530d6e..e3d7393a 100644 --- a/lib/silcutil/Makefile.am +++ b/lib/silcutil/Makefile.am @@ -35,6 +35,8 @@ endif endif endif +DIST_SUBDIRS=win32 epoc beos os2 unix + if SILC_DIST_TOOLKIT SILC_DIST_SOURCE = stacktrace.c SILC_DIST_HEADER = stacktrace.h