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:
parent
1f7e97a8a2
commit
97c4c63990
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user