diff options
| -rw-r--r-- | m4/save-cwd.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/save-cwd.m4 b/m4/save-cwd.m4 index d19e46894..79173c212 100644 --- a/m4/save-cwd.m4 +++ b/m4/save-cwd.m4 @@ -9,6 +9,7 @@ dnl the same distribution terms as the rest of that program. AC_DEFUN([gl_SAVE_CWD], [ AC_LIBSOURCES([save-cwd.c, save-cwd.h]) + AC_LIBOBJ([save-cwd]) dnl Prerequisites for lib/save-cwd.c. AC_CHECK_HEADERS_ONCE(fcntl.h unistd.h) AC_CHECK_FUNCS(fchdir) |
