diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-15 04:07:16 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-15 04:07:16 +0000 |
commit | e0dc5a0ff3211a375fcfd1148bf906f037a60931 (patch) | |
tree | 06ec27bea4325da242399ea26aedc93d1654c095 | |
parent | 8431335ec5dd163cb0c2836165f470c25250491e (diff) | |
download | samba-e0dc5a0ff3211a375fcfd1148bf906f037a60931.tar.gz samba-e0dc5a0ff3211a375fcfd1148bf906f037a60931.tar.bz2 samba-e0dc5a0ff3211a375fcfd1148bf906f037a60931.zip |
don't try and build the libclient stuff in samba4 yet
(This used to be commit 65d2bda9509a9455f70eceac51ecef9b2048773d)
-rw-r--r-- | source4/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index 2f35b8a47d..f6ed4c58fa 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -610,7 +610,7 @@ wins : SHOWFLAGS nsswitch/libnss_wins.@SHLIBEXT@ modules: SHOWFLAGS proto_exists $(VFS_MODULES) $(PDB_MODULES) $(MODULES) -everything: all libsmbclient debug2html smbfilter talloctort +everything: all .SUFFIXES: .SUFFIXES: .c .o .po .po32 .lo |