summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorLars Müller <lars@samba.org>2010-01-28 00:38:04 +0100
committerLars Müller <lars@samba.org>2010-01-28 00:38:04 +0100
commit97c4c63990fceb01fd1110d4fcc97b70f623b201 (patch)
tree541243c49e09e355aacccaffc8b250b8ad6655c5 /testsuite
parent1f7e97a8a257b3280ca14168adf2d59ca9e1074c (diff)
downloadsamba-97c4c63990fceb01fd1110d4fcc97b70f623b201.tar.gz
samba-97c4c63990fceb01fd1110d4fcc97b70f623b201.tar.bz2
samba-97c4c63990fceb01fd1110d4fcc97b70f623b201.zip
Link testsuite/libsmbclient against required libtdb and libwbclient
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