From 245cb91327cbaa7ac1f8ba1df2c44d49f1bad08f Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 5 Jun 2001 11:54:29 +0000 Subject: [PATCH] updates. --- distributions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distributions b/distributions index ae71752f..b4fca28a 100644 --- a/distributions +++ b/distributions @@ -34,13 +34,13 @@ # # NOTE: Also note that if any subdirectory has Makefile.am.pre then you # must list it here as __SUBDIRS_. To define all sub -# directories use $(COMMONDIRS) that must be defined in the Makefile +# directories use $(COMMONLIBS) that must be defined in the Makefile # and list all subdirs. # # Example: # # _xyz_SUBDIRS=lib irssi doc includes -# _xyz_SUBDIRS_lib=$(COMMONDIRS) +# _xyz_SUBDIRS_lib=$(SUBDIRS) # _xyz_DISTLABEL=SILC_DIST_XYZ # # To prepare the distribution give command ./prepare xyz 1.0.4 @@ -51,7 +51,7 @@ _toolkit_SUBDIRS_lib=$(COMMONDIRS) _toolkit_DISTLABEL=SILC_DIST_TOOLKIT _client_SUBDIRS=lib irssi doc includes -_client_SUBDIRS_lib=contrib silccore silccrypt silcsim silcmath silcske silcutil trq silcclient +_client_SUBDIRS_lib=$(COMMONDIRS) _client_DISTLABEL=SILC_DIST_CLIENT _server_SUBDIRS=lib silcd doc includes -- 2.43.0