summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-09-17 18:55:33 +0200
committerMichael Adam <obnox@samba.org>2008-09-17 18:55:33 +0200
commitf4293618a712ca7ce59b7d695e2e3d918ddbb542 (patch)
tree4c8192585f888161742d256f1cbdad6a941bf4a4
parent0ff2b4c7eb542ae8eddc8855365129bb853610ec (diff)
downloadsamba-f4293618a712ca7ce59b7d695e2e3d918ddbb542.tar.gz
samba-f4293618a712ca7ce59b7d695e2e3d918ddbb542.tar.bz2
samba-f4293618a712ca7ce59b7d695e2e3d918ddbb542.zip
[s3]build: add dependency to libsmbclient to libsmbclient_examples target
Michael
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 855f2625cf..2300e4a20c 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2728,7 +2728,7 @@ valgrindtest:: all torture timelimit
## Examples:
##
-libsmbclient_examples:
+libsmbclient_examples: libsmbclient
$(MAKE) -C ../examples/libsmbclient -f Makefile.internal
clean_libsmbclient_examples: