git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f7e97a
)
Link testsuite/libsmbclient against required libtdb and libwbclient
author
Lars Müller
<lars@samba.org>
Wed, 27 Jan 2010 23:38:04 +0000
(
00:38
+0100)
committer
Lars Müller
<lars@samba.org>
Wed, 27 Jan 2010 23:38:04 +0000
(
00:38
+0100)
testsuite/libsmbclient/src/Makefile
patch
|
blob
|
history
diff --git
a/testsuite/libsmbclient/src/Makefile
b/testsuite/libsmbclient/src/Makefile
index c8c0b673a39130ec47ac785ed24f4853c2b03986..fef6aac024afe69f6b6c4fcb097bf1738e3f058a 100644
(file)
--- 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