diff options
author | Tom Kistner <tom@duncanthrax.net> | 2005-07-23 20:19:41 +0000 |
---|---|---|
committer | Tom Kistner <tom@duncanthrax.net> | 2005-07-23 20:19:41 +0000 |
commit | 12cdb9e795e0eae66f39c93b1e87cb8c3dab8177 (patch) | |
tree | 9ed86aadc8faca364dca5341bce28121dd05382c | |
parent | 7c0c85472336978d3dc8b7e7e1994b35df50e849 (diff) |
Adjust default BMI LDFLAGS line
-rw-r--r-- | src/src/EDITME | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/EDITME b/src/src/EDITME index b5301022a..9be2b71bf 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/EDITME,v 1.12 2005/06/15 14:16:05 fanf2 Exp $ +# $Cambridge: exim/src/src/EDITME,v 1.13 2005/07/23 20:19:41 tom Exp $ ################################################## # The Exim mail transport agent # @@ -359,7 +359,7 @@ EXIM_MONITOR=eximon.bin # EXPERIMENTAL_BRIGHTMAIL=yes # CFLAGS += -I/opt/brightmail/bsdk-6.0/include -# LDFLAGS += -lxml2 -lbmiclient_single -L/opt/brightmail/bsdk-6.0/lib +# LDFLAGS += -lxml2_single -lbmiclient_single -L/opt/brightmail/bsdk-6.0/lib |