diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2001-05-12 17:49:32 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2001-05-12 17:49:32 +0000 |
| commit | bbc3920fe9fdefbb16096fd72114d262168fff4e (patch) | |
| tree | cbbd6c2cfc0e0e0b51c03c207cbf4d3852057452 /src/Makefile.global.in | |
| parent | 02549a2d2c6a7ffc6188fc113c695886308ecfa5 (diff) | |
| download | postgresql-bbc3920fe9fdefbb16096fd72114d262168fff4e.tar.gz | |
PL/Python should build portably now, if you can get over the fact that
there's no shared libpython. Test suite works as well. Also, add some
documentation.
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index b5155a74d5..f4c94f2468 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.126 2001/05/09 20:19:30 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.127 2001/05/12 17:49:32 petere Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -118,8 +118,12 @@ MULTIBYTE = @MULTIBYTE@ enable_shared = @enable_shared@ enable_rpath = @enable_rpath@ -python_extmakefile = @python_extmakefile@ -python_moduledir = @python_moduledir@ +python_version = @python_version@ +python_includedir = @python_includedir@ +python_makefile_pre_in = @python_makefile_pre_in@ +python_moduledir = @python_moduledir@ +python_libspec = @python_libspec@ +python_dynlibdir = @python_dynlibdir@ krb_srvtab = @krb_srvtab@ |
