diff options
author | Lars Müller <lars@samba.org> | 2010-01-28 00:40:39 +0100 |
---|---|---|
committer | Lars Müller <lars@samba.org> | 2010-01-28 00:44:04 +0100 |
commit | 8e26aa3d7cec968584283634fe3dce5553387c8c (patch) | |
tree | 9fbbd58ed11e5d27a1b9d33de5161809734f0239 /testsuite | |
parent | 97c4c63990fceb01fd1110d4fcc97b70f623b201 (diff) | |
download | samba-8e26aa3d7cec968584283634fe3dce5553387c8c.tar.gz |
testsuite/libsmbclient use source3 in the path of the C and LFLAGS
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/libsmbclient/src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/libsmbclient/src/Makefile b/testsuite/libsmbclient/src/Makefile index fef6aac024a..1f640ca502f 100644 --- a/testsuite/libsmbclient/src/Makefile +++ b/testsuite/libsmbclient/src/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -Wall -W -O2 -g -I../../../source/include -LFLAGS = -L../../../source/bin +CFLAGS = -Wall -W -O2 -g -I../../../source3/include +LFLAGS = -L../../../source3/bin LIBS= -L/usr/lib -lsmbclient -ltalloc -ltdb -lwbclient INCPATH= -I. -I/usr/include -I./include |