summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/mount-local/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mount-local/Makefile.am b/tests/mount-local/Makefile.am
index d0c1cf85..ec892213 100644
--- a/tests/mount-local/Makefile.am
+++ b/tests/mount-local/Makefile.am
@@ -35,6 +35,7 @@ test_parallel_mount_local_CFLAGS = \
$(WARN_CFLAGS) $(WERROR_CFLAGS)
test_parallel_mount_local_LDADD = \
$(FUSE_LIBS) \
- $(top_builddir)/src/libguestfs.la
+ $(top_builddir)/src/libguestfs.la \
+ $(top_builddir)/gnulib/lib/libgnu.la
endif