[s3]build: add dependency to libsmbclient to libsmbclient_examples target
authorMichael Adam <obnox@samba.org>
Wed, 17 Sep 2008 16:55:33 +0000 (18:55 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 17 Sep 2008 16:55:33 +0000 (18:55 +0200)
Michael

source3/Makefile.in

index 855f2625cf20193391d8ede314a7c5a4555c26a3..2300e4a20c745ca48a430fae6eb169689f3ec525 100644 (file)
@@ -2728,7 +2728,7 @@ valgrindtest:: all torture timelimit
 ## Examples:
 ##
 
-libsmbclient_examples:
+libsmbclient_examples: libsmbclient
        $(MAKE) -C ../examples/libsmbclient -f Makefile.internal
 
 clean_libsmbclient_examples: