44#
55# Copyright (c) 1994, Regents of the University of California
66#
7- # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.51 2007/10/0418:32:07 tgl Exp $
7+ # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.52 2007/10/0420:54:08 tgl Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -25,7 +25,7 @@ override CFLAGS += $(PTHREAD_CFLAGS)
2525LIBS :=$(filter-out -lpgport,$(LIBS ) )
2626
2727OBJS = execute.o typename.o descriptor.o data.o error.o prepare.o memory.o\
28- connect.o misc.o path.o\
28+ connect.o misc.o path.opgstrcasecmp.o \
2929$(filter snprintf.o strlcpy.o,$(LIBOBJS ) )
3030
3131# thread.c is needed only for non-WIN32 implementation of path.c
@@ -51,7 +51,7 @@ include $(top_srcdir)/src/Makefile.shlib
5151# necessarily use the same object files as the backend uses. Instead,
5252# symlink the source files in here and build our own object file.
5353
54- path.c snprintf.c strlcpy.c thread.c :% :$(top_srcdir ) /src/port/%
54+ path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c :% :$(top_srcdir ) /src/port/%
5555rm -f$@ && $(LN_S ) $< .
5656
5757path.o : path.c$(top_builddir ) /src/port/pg_config_paths.h
@@ -113,4 +113,5 @@ installdirs:
113113uninstall : uninstall-lib
114114
115115clean distclean maintainer-clean : clean-lib
116- rm -f$(OBJS ) path.c snprintf.c strlcpy.c thread.c exports.list
116+ rm -f$(OBJS )
117+ rm -f path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c exports.list