diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-11-17 17:46:24 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-11-17 17:46:24 +0000 |
| commit | 5d72ef83fd437f8d4f4310d6118c6debbbd48e19 (patch) | |
| tree | fda41b2ec6f79f915aa8105c1da2dc19af772a28 /contrib | |
| parent | ede8f4e311fc24b45abdaa856c5afeb8238da78b (diff) | |
| download | postgresql-5d72ef83fd437f8d4f4310d6118c6debbbd48e19.tar.gz | |
Miscellaneous Cygwin build fixes from Reini Urban.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/spi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/spi/Makefile b/contrib/spi/Makefile index 7a337d9116..e8c146eae9 100644 --- a/contrib/spi/Makefile +++ b/contrib/spi/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/spi/Makefile,v 1.24 2004/08/20 20:13:08 momjian Exp $ +# $PostgreSQL: pgsql/contrib/spi/Makefile,v 1.25 2004/11/17 17:45:59 tgl Exp $ MODULES = autoinc insert_username moddatetime refint timetravel DATA_built = $(addsuffix .sql, $(MODULES)) @@ -17,3 +17,5 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif + +SHLIB_LINK += -L$(top_builddir)/src/port -lpgport |
