From 8e26aa3d7cec968584283634fe3dce5553387c8c Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Thu, 28 Jan 2010 00:40:39 +0100 Subject: testsuite/libsmbclient use source3 in the path of the C and LFLAGS --- testsuite/libsmbclient/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/libsmbclient/src/Makefile b/testsuite/libsmbclient/src/Makefile index fef6aac024..1f640ca502 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 -- cgit