Add a needed lib

This commit is contained in:
Brian Behlendorf 2008-12-22 16:52:26 -08:00
parent 44f75e4f86
commit 3a76148338
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ ztest_LDADD = \
$(top_builddir)/lib/libzpool/libzpool.la \
$(top_builddir)/lib/libzfs/libzfs.la
ztest_LDFLAGS = -pthread -lm -lz -lrt
ztest_LDFLAGS = -pthread -lm -lz -lrt -ldl