From: Nick Bowler Date: Mon, 19 Sep 2011 22:43:34 +0000 (-0400) Subject: Handle gl_LIBOBJS/gl_LTLIBOBJS correctly. X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/commitdiff_plain/7688d80fdcf83763450d2c41acdc5b5c8fbf67c0?hp=7688d80fdcf83763450d2c41acdc5b5c8fbf67c0 Handle gl_LIBOBJS/gl_LTLIBOBJS correctly. These AC_SUBSTed variables reference objects whose sources are located in lib, thus they need to be rewritten like other AC_SUBSTed variables. These objects also need the header dependencies like other objects. ---