summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/libsmbclient/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libsmbclient/src/Makefile b/testsuite/libsmbclient/src/Makefile
index c8c0b673a3..fef6aac024 100644
--- a/testsuite/libsmbclient/src/Makefile
+++ b/testsuite/libsmbclient/src/Makefile
@@ -2,7 +2,7 @@ CC = gcc
CFLAGS = -Wall -W -O2 -g -I../../../source/include
LFLAGS = -L../../../source/bin
-LIBS= -L/usr/lib -lsmbclient -ltalloc
+LIBS= -L/usr/lib -lsmbclient -ltalloc -ltdb -lwbclient
INCPATH= -I. -I/usr/include -I./include
BIN_DIR=bin