Skip to content

Commit

Permalink
Link testsuite/libsmbclient against required libtdb and libwbclient
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuelle committed Jan 27, 2010
1 parent 1f7e97a commit 97c4c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/libsmbclient/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 97c4c63

Please sign in to comment.