diff options
| author | Bruce Momjian | 2006-01-19 20:00:54 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-01-19 20:00:54 +0000 |
| commit | 99e0c542904dc76d9daf6b8542d9639565bea25c (patch) | |
| tree | 5dbfdeaa3e146eb7d51b7cb8bc5c8dca6d040794 /src/makefiles/Makefile.cygwin | |
| parent | 4513d9dedac634aeca41a436093bc02a1aa8efec (diff) | |
Fix pgxs -L library path specification for Win32 and Cygwin, was /bin,
now /lib.
Diffstat (limited to 'src/makefiles/Makefile.cygwin')
| -rw-r--r-- | src/makefiles/Makefile.cygwin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.cygwin b/src/makefiles/Makefile.cygwin index a441d78a60e..28b9773ba67 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 |
