testsuite/libsmbclient use source3 in the path of the C and LFLAGS
authorLars Müller <lars@samba.org>
Wed, 27 Jan 2010 23:40:39 +0000 (00:40 +0100)
committerLars Müller <lars@samba.org>
Wed, 27 Jan 2010 23:44:04 +0000 (00:44 +0100)
testsuite/libsmbclient/src/Makefile

index fef6aac024afe69f6b6c4fcb097bf1738e3f058a..1f640ca502fc9959d6649baa7d54593307865e38 100644 (file)
@@ -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