1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

testsuite/libsmbclient use source3 in the path of the C and LFLAGS

This commit is contained in:
Lars Müller 2010-01-28 00:40:39 +01:00
parent 97c4c63990
commit 8e26aa3d7c

View 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