summaryrefslogtreecommitdiff
path: root/dbd
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-18 02:30:44 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-18 02:30:44 +0000
commitcecb6d3aacd0a0410c443642f1eaeda7bdbf51ce (patch)
tree587299cd534f468ed0f31372728524d305295c15 /dbd
parent7164993330d9430d5a5735ff667758c5d86ef98a (diff)
downloadapr-cecb6d3aacd0a0410c443642f1eaeda7bdbf51ce.tar.gz
Use var for prelude so its possible to change it at one place.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1082798 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dbd')
-rw-r--r--dbd/NWGNUdbdfreetds2
-rw-r--r--dbd/NWGNUdbdmysql2
-rw-r--r--dbd/NWGNUdbdpgsql2
-rw-r--r--dbd/NWGNUdbdsqli22
-rw-r--r--dbd/NWGNUdbdsqli32
5 files changed, 5 insertions, 5 deletions
diff --git a/dbd/NWGNUdbdfreetds b/dbd/NWGNUdbdfreetds
index 393e380c5..8692ff3bc 100644
--- a/dbd/NWGNUdbdfreetds
+++ b/dbd/NWGNUdbdfreetds
@@ -193,7 +193,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
+ $(PRELUDE) \
$(EOLIST)
ifeq ($(LINK_STATIC),1)
diff --git a/dbd/NWGNUdbdmysql b/dbd/NWGNUdbdmysql
index 72bb414e2..c3e9c811f 100644
--- a/dbd/NWGNUdbdmysql
+++ b/dbd/NWGNUdbdmysql
@@ -197,7 +197,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
+ $(PRELUDE) \
$(EOLIST)
ifeq ($(LINK_STATIC),1)
diff --git a/dbd/NWGNUdbdpgsql b/dbd/NWGNUdbdpgsql
index f6848fa96..05e67bcb0 100644
--- a/dbd/NWGNUdbdpgsql
+++ b/dbd/NWGNUdbdpgsql
@@ -200,7 +200,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
+ $(PRELUDE) \
$(EOLIST)
ifeq ($(LINK_STATIC),1)
diff --git a/dbd/NWGNUdbdsqli2 b/dbd/NWGNUdbdsqli2
index c1f9cd1fa..3caef7a48 100644
--- a/dbd/NWGNUdbdsqli2
+++ b/dbd/NWGNUdbdsqli2
@@ -193,7 +193,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
+ $(PRELUDE) \
$(EOLIST)
ifeq ($(LINK_STATIC),1)
diff --git a/dbd/NWGNUdbdsqli3 b/dbd/NWGNUdbdsqli3
index ed52a2486..e66f2347e 100644
--- a/dbd/NWGNUdbdsqli3
+++ b/dbd/NWGNUdbdsqli3
@@ -193,7 +193,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
+ $(PRELUDE) \
$(EOLIST)
ifeq ($(LINK_STATIC),1)