build: add [clean_]libsmbclient_examples targets to top level Makefile
authorMichael Adam <obnox@samba.org>
Thu, 21 Aug 2008 08:50:49 +0000 (10:50 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 21 Aug 2008 10:16:05 +0000 (12:16 +0200)
Michael
(This used to be commit b476400f0afcaf4e1a37b9f0b358f01dc7a194be)

source3/Makefile.in

index 923a6007105a921e5c007fb0b227d23748f8260a..c77404b55ea379e1df2759c59677b1ff306d5f4d 100644 (file)
@@ -2720,3 +2720,14 @@ valgrindtest:: all torture timelimit
         SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
         VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
         PERL="$(PERL)" $(srcdir)/script/tests/selftest.sh ${selftest_prefix} all "${smbtorture4_path}"
+
+
+##
+## Examples:
+##
+
+libsmbclient_examples:
+       $(MAKE) -C ../examples/libsmbclient -f Makefile.internal
+
+clean_libsmbclient_examples:
+       $(MAKE) -C ../examples/libsmbclient -f Makefile.internal clean