diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-10-17 01:52:35 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-10-17 01:52:35 +0200 |
commit | 7d357a59bfde7af609ea546ed60e6fb09816900c (patch) | |
tree | 2b096d6be121c84bf70883f23202a3d54279d9c7 /modules/dav | |
parent | General make file changes to extract the version string and (diff) | |
download | apache2-7d357a59bfde7af609ea546ed60e6fb09816900c.tar.xz apache2-7d357a59bfde7af609ea546ed60e6fb09816900c.zip |
Adding the current version string to the link of each NLM
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97251 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/dav')
-rw-r--r-- | modules/dav/fs/NWGNUmakefile | 2 | ||||
-rw-r--r-- | modules/dav/main/NWGNUmakefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/dav/fs/NWGNUmakefile b/modules/dav/fs/NWGNUmakefile index 2aee88b580..9fb38ea265 100644 --- a/modules/dav/fs/NWGNUmakefile +++ b/modules/dav/fs/NWGNUmakefile @@ -111,7 +111,7 @@ NLM_NAME = modDAVFS # This is used by the link '-desc ' directive. # If left blank, NLM_NAME will be used. # -NLM_DESCRIPTION = Apache DAV FileSystem Sub-Module +NLM_DESCRIPTION = Apache $(VERSION_STR) DAV FileSystem Sub-Module # # This is used by the '-threadname' directive. If left blank, diff --git a/modules/dav/main/NWGNUmakefile b/modules/dav/main/NWGNUmakefile index 507384276f..a692a2f920 100644 --- a/modules/dav/main/NWGNUmakefile +++ b/modules/dav/main/NWGNUmakefile @@ -108,7 +108,7 @@ NLM_NAME = mod_DAV # This is used by the link '-desc ' directive. # If left blank, NLM_NAME will be used. # -NLM_DESCRIPTION = Apache DAV module +NLM_DESCRIPTION = Apache $(VERSION_STR) DAV module # # This is used by the '-threadname' directive. If left blank, |