Put libpgport into OBJS instead of LIBS, so that it gets included
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 Jul 2005 04:31:30 +0000 (04:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 Jul 2005 04:31:30 +0000 (04:31 +0000)
commita7f8ae32dece2da37f43c52ca46410259986e689
treeccd7f5db7048f9877d3fed5aa4234adc9dfd6324
parent06e1d62689d2d3ceca014b46476f81ef2d9ceeac
Put libpgport into OBJS instead of LIBS, so that it gets included
into .def and .exp files automatically on Windows, AIX, and the like.
An additional benefit is that changes in libpgport files correctly
propagate to force rebuild of the backend executable.  This is my
reworking of Rocco Altier's idea, and if it breaks anything it's
definitely my fault.
src/backend/Makefile