summaryrefslogtreecommitdiff
path: root/modules/getcwd-lgpl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/getcwd-lgpl')
-rw-r--r--modules/getcwd-lgpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/getcwd-lgpl b/modules/getcwd-lgpl
index 72e6a7fc08..6a780ad774 100644
--- a/modules/getcwd-lgpl
+++ b/modules/getcwd-lgpl
@@ -11,6 +11,9 @@ strdup [test $REPLACE_GETCWD = 1]
configure.ac:
gl_FUNC_GETCWD_LGPL
+if test $REPLACE_GETCWD = 1; then
+ AC_LIBOBJ([getcwd-lgpl])
+fi
gl_UNISTD_MODULE_INDICATOR([getcwd])
Makefile.am: