Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 Oct 2005 17:32:22 +0000 (17:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 Oct 2005 17:32:22 +0000 (17:32 +0000)
commita7de22d8d5bab7c4d98ac33c474ebbad700819c5
treece3e2f33e7e65607889ba4c45a987e7e1f3e7b14
parent1986ca5ce5031b27a0e35ea0ab7d7c2f479e2afc
Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use
of postgres.imp file into BE_DLLLIBS macro.  This makes the AIX build
work more like the Windows and Darwin builds, which have similar requirements
to mention a backend library when linking shared libraries that will be
dynamically loaded into the backend.
src/Makefile.shlib
src/makefiles/Makefile.aix