The branch, master has been updated
via 96b1bf0dd4ffea97e94f7b92a77ac2738374c1f2 (commit)
from 0ab8da253b7f5e42bf3c23d9745c315bc0f90b6a (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 96b1bf0dd4ffea97e94f7b92a77ac2738374c1f2
Author: Michael Adam <[EMAIL PROTECTED]>
Date: Wed Sep 17 18:39:30 2008 +0200
Makefile: add targets [clean_]libnetapi_examples to top lvl Makefile
Michael
-----------------------------------------------------------------------
Summary of changes:
source3/Makefile.in | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 29f76a1..7b44460 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2733,3 +2733,9 @@ libsmbclient_examples:
clean_libsmbclient_examples:
$(MAKE) -C ../examples/libsmbclient -f Makefile.internal clean
+
+libnetapi_examples: libnetapi
+ $(MAKE) -C lib/netapi/examples
+
+clean_libnetapi_examples:
+ $(MAKE) -C lib/netapi/examples clean
--
Samba Shared Repository