r22200 - gnucash/trunk/src/backend/dbi - Fix compilation on OSX

John Ralls jralls at code.gnucash.org
Tue May 22 13:57:24 EDT 2012


Author: jralls
Date: 2012-05-22 13:57:22 -0400 (Tue, 22 May 2012)
New Revision: 22200
Trac: http://svn.gnucash.org/trac/changeset/22200

Modified:
   gnucash/trunk/src/backend/dbi/Makefile.am
   gnucash/trunk/src/backend/dbi/test/Makefile.am
Log:
Fix compilation on OSX

One can't link a library created with -module on OSX, but one can dload
a library compiled with -shared on both OSX and Linux.

Also cleaned out the old "make check" files from test/Makefile.am



More information about the gnucash-patches mailing list