summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/libsmbclient/src/Makefile4
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