summaryrefslogtreecommitdiff
path: root/contrib/soundex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/soundex/Makefile')
-rw-r--r--contrib/soundex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/soundex/Makefile b/contrib/soundex/Makefile
index 54b4fa0b446..76538e052b0 100644
--- a/contrib/soundex/Makefile
+++ b/contrib/soundex/Makefile
@@ -1,5 +1,5 @@
#
-# $Header: /cvsroot/pgsql/contrib/soundex/Attic/Makefile,v 1.9 2000/10/20 21:03:28 petere Exp $
+# $Header: /cvsroot/pgsql/contrib/soundex/Attic/Makefile,v 1.10 2001/06/18 21:38:02 momjian Exp $
#
subdir = contrib/soundex
@@ -11,6 +11,7 @@ SONAME := $(NAME)$(DLSUFFIX)
override CPPFLAGS += -I$(srcdir)
override CFLAGS += $(CFLAGS_SL)
+override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS)
all: $(SONAME) $(NAME).sql