1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

libsmbclient examples: source/bin to the library search path for smbwrapper build

Michael
(This used to be commit fe62098666a16b31b025867f273d407e77152c4c)
This commit is contained in:
Michael Adam 2008-08-21 10:49:57 +02:00
parent f14e833c53
commit fb0b833001

View File

@ -3,7 +3,7 @@ DEFS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
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
CFLAGS= -fpic -g -O0 $(DEFS) $(SMBINCLUDE)