relocatable-prog: fix link error
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 16 Aug 2011 05:33:25 +0000 (22:33 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 16 Aug 2011 05:33:25 +0000 (22:33 -0700)
commitfb6aa6ad7dd950729f4e3349d89d4ad82761af61
treecc1723a33b0f1197812be226f693336ee7a76532
parent513aefc6d7001728ad09ef645e3a3ce25d8d67f5
relocatable-prog: fix link error

* modules/relocatable-prog (configure.ac) [RELOCATABLE]: Also
invoke AC_LIBOBJ([relocatable]).  This invocation was previously
in the gl_RELOCATABLE_LIBRARY macro.  That invocation was moved
into modules/relocatable-lib without noticing that
modules/relocatable-prog also invokes gl_RELOCATABLE_LIBRARY and
also needs to build relocatable.c.
ChangeLog
modules/relocatable-prog