X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fremove;h=0caf48a7ff3584e1266b134e8c69388d35e4e254;hb=25fb29a19d9993a32075b7c3fefa959e3345ab64;hp=472380189345f7a55b8cf309ab0219755fc4c30c;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/remove b/modules/remove index 472380189..0caf48a7f 100644 --- a/modules/remove +++ b/modules/remove @@ -12,6 +12,9 @@ unlink [test $REPLACE_REMOVE = 1] configure.ac: gl_FUNC_REMOVE +if test $REPLACE_REMOVE = 1; then + AC_LIBOBJ([remove]) +fi gl_STDIO_MODULE_INDICATOR([remove]) Makefile.am: