summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-21 10:49:57 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-22 09:23:18 +0200
commitc93c427b95c1ccfb4293ff8f9c5b47c7b273759b (patch)
tree478e5d918c26281d87148e03e6673d355166db63 /examples
parentac4685561b36dfc5c1d097e7f8debbe0c0907c0b (diff)
downloadsamba-c93c427b95c1ccfb4293ff8f9c5b47c7b273759b.tar.gz
samba-c93c427b95c1ccfb4293ff8f9c5b47c7b273759b.tar.xz
samba-c93c427b95c1ccfb4293ff8f9c5b47c7b273759b.zip
libsmbclient examples: source/bin to the library search path for smbwrapper build
Michael (cherry picked from commit fe62098666a16b31b025867f273d407e77152c4c) (cherry picked from commit 9a4d8c2942a6c790e751f94e8b3fcee53ce2f3e9)
Diffstat (limited to 'examples')
-rw-r--r--examples/libsmbclient/smbwrapper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libsmbclient/smbwrapper/Makefile b/examples/libsmbclient/smbwrapper/Makefile
index 7f5c17c79f6..eb470056e1c 100644
--- a/examples/libsmbclient/smbwrapper/Makefile
+++ b/examples/libsmbclient/smbwrapper/Makefile
@@ -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)