From 846e0cb81765300c224b82e4860646ebfbc58aac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20M=C3=BCller?= Date: Thu, 28 Jan 2010 00:40:39 +0100 Subject: [PATCH] testsuite/libsmbclient use source3 in the path of the C and LFLAGS --- testsuite/libsmbclient/src/Makefile | 4 ++-- 1 file 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 -- 2.11.4.GIT