X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Frelocatable-prog;h=72bc2537782d2c34b60cc5c735017a38fac253b3;hb=5f70dcfc4f65198adbce63a01a17f18b1627beee;hp=129947f2b85b11660ebac00772ffc9048cc020d1;hpb=cc0adb39265accc2753be3e1aa55087d19f71286;p=gnulib.git diff --git a/modules/relocatable-prog b/modules/relocatable-prog index 129947f2b..72bc25377 100644 --- a/modules/relocatable-prog +++ b/modules/relocatable-prog @@ -26,6 +26,10 @@ strdup configure.ac: gl_RELOCATABLE([$gl_source_base]) +if test $RELOCATABLE = yes; then + AC_LIBOBJ([progreloc]) + AC_LIBOBJ([relocatable]) +fi Makefile.am: DEFS += -DEXEEXT=\"@EXEEXT@\"