mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
libsmbclient examples: source/bin to the library search path for smbwrapper build
Michael
This commit is contained in:
@ -3,7 +3,7 @@ DEFS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
|
|||||||
|
|
||||||
CFLAGS = -I$(SAMBA_INCL) $(EXTLIB_INCL)
|
CFLAGS = -I$(SAMBA_INCL) $(EXTLIB_INCL)
|
||||||
|
|
||||||
LDFLAGS = -L/usr/local/samba/lib
|
LDFLAGS = -L/usr/local/samba/lib -L../../../source/bin
|
||||||
|
|
||||||
SMBINCLUDE = -I../../../source/include
|
SMBINCLUDE = -I../../../source/include
|
||||||
CFLAGS= -fpic -g -O0 $(DEFS) $(SMBINCLUDE)
|
CFLAGS= -fpic -g -O0 $(DEFS) $(SMBINCLUDE)
|
||||||
|
Reference in New Issue
Block a user