From: Michael Adam Date: Thu, 21 Aug 2008 08:50:49 +0000 (+0200) Subject: build: add [clean_]libsmbclient_examples targets to top level Makefile X-Git-Url: http://git.samba.org/samba.git/?p=jra%2Fsamba%2F.git;a=commitdiff_plain;h=fdb4fcf30c02125ad3a76ab9101063d6b591b137;hp=fb0b833001d203dc43bb9f415e9792812194655a build: add [clean_]libsmbclient_examples targets to top level Makefile Michael (This used to be commit b476400f0afcaf4e1a37b9f0b358f01dc7a194be) --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 923a6007105..c77404b55ea 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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