1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

Link testsuite/libsmbclient against required libtdb and libwbclient

This commit is contained in:
Lars Müller 2010-01-28 00:38:04 +01:00
parent 1f7e97a8a2
commit 97c4c63990

View File

@ -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