summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-08-31 10:23:41 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-08-31 10:26:40 +0100
commit87cb1549761c9441b0fa7ee9b6a85b8eeb164c5c (patch)
tree78e5508dab652e29a39c980f0cfc8069c56b99ca /tests
parent4e6bf1ed653540a8954a6a11fe5a0fb424013af9 (diff)
downloadlibguestfs-87cb1549761c9441b0fa7ee9b6a85b8eeb164c5c.tar.gz
libguestfs-87cb1549761c9441b0fa7ee9b6a85b8eeb164c5c.tar.xz
libguestfs-87cb1549761c9441b0fa7ee9b6a85b8eeb164c5c.zip
tests/mount-local: Link test program with gnulib.
Diffstat (limited to 'tests')
-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