From c258ea2420e7ccceb5c97aa2e3791040f268a743 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 9 Apr 2008 12:46:27 +0000 Subject: [PATCH] make use of var for output name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646310 13f79535-47bb-0310-9956-ffa450edef68 --- modules/session/NWGNUsession_cookie | 2 +- modules/session/NWGNUsession_crypto | 2 +- modules/session/NWGNUsession_dbd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/session/NWGNUsession_cookie b/modules/session/NWGNUsession_cookie index 8d791c9028..b90950048a 100644 --- a/modules/session/NWGNUsession_cookie +++ b/modules/session/NWGNUsession_cookie @@ -153,7 +153,7 @@ XDCDATA = # If there is an NLM target, put it here # TARGET_nlm = \ - $(OBJDIR)/session_cookie.nlm \ + $(OBJDIR)/$(NLM_NAME).nlm \ $(EOLIST) # diff --git a/modules/session/NWGNUsession_crypto b/modules/session/NWGNUsession_crypto index 5b8c1b3cc2..8abea58829 100644 --- a/modules/session/NWGNUsession_crypto +++ b/modules/session/NWGNUsession_crypto @@ -153,7 +153,7 @@ XDCDATA = # If there is an NLM target, put it here # TARGET_nlm = \ - $(OBJDIR)/session_crypto.nlm \ + $(OBJDIR)/$(NLM_NAME).nlm \ $(EOLIST) # diff --git a/modules/session/NWGNUsession_dbd b/modules/session/NWGNUsession_dbd index 1de8e5d6c1..876694a8a6 100644 --- a/modules/session/NWGNUsession_dbd +++ b/modules/session/NWGNUsession_dbd @@ -155,7 +155,7 @@ XDCDATA = # If there is an NLM target, put it here # TARGET_nlm = \ - $(OBJDIR)/session_dbd.nlm \ + $(OBJDIR)/$(NLM_NAME).nlm \ $(EOLIST) # -- 2.50.1