diff --git a/src/makefiles/Makefile.cygwin b/src/makefiles/Makefile.cygwin index a441d78a60eb898d882093c493ffd621d4ccda65..28b9773ba67d6d86c9b8a69293bf8ade99f27eda 100644 --- a/src/makefiles/Makefile.cygwin +++ b/src/makefiles/Makefile.cygwin @@ -1,8 +1,8 @@ -# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.6 2004/12/17 03:52:48 tgl Exp $ +# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.7 2006/01/19 20:00:54 momjian Exp $ DLLTOOL= dlltool DLLWRAP= dllwrap ifdef PGXS -BE_DLLLIBS= -L$(DESTDIR)$(bindir) -lpostgres +BE_DLLLIBS= -L$(DESTDIR)$(libdir) -lpostgres else BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres endif diff --git a/src/makefiles/Makefile.win32 b/src/makefiles/Makefile.win32 index ae431b5a2802e75b26dfe7c0565facfa95d8271d..cccaa37221a3b9d121f6cc30fe6ba9eb878a7d0c 100644 --- a/src/makefiles/Makefile.win32 +++ b/src/makefiles/Makefile.win32 @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.7 2004/12/17 03:52:49 tgl Exp $ +# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.8 2006/01/19 20:00:54 momjian Exp $ # Use replacement include files for those missing on Win32 override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32" @@ -6,7 +6,7 @@ override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32" DLLTOOL= dlltool DLLWRAP= dllwrap ifdef PGXS -BE_DLLLIBS= -L$(DESTDIR)$(bindir) -lpostgres +BE_DLLLIBS= -L$(DESTDIR)$(libdir) -lpostgres else BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres endif