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:
parent
97c4c63990
commit
8e26aa3d7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user