summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-07 17:36:59 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-07 17:36:59 +0000
commitc2fc81156c74af33d4ad63671fe62ce67889e02f (patch)
tree67eb30ba982ea036a98f095b34905352f06b3e77
parentb11e5b1342a4806409eba6438d6121718d6a696a (diff)
downloadsamba-c2fc81156c74af33d4ad63671fe62ce67889e02f.tar.gz
samba-c2fc81156c74af33d4ad63671fe62ce67889e02f.tar.bz2
samba-c2fc81156c74af33d4ad63671fe62ce67889e02f.zip
make installclientlib depend on the shared-linked or statically-linked version
of libsmbclient, depending on what is possible - pointed out by Paul Green (This used to be commit 69e37469c4de6c3716ebb65e477009b9f4da54ea)
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 913c0b86a4..33c687fa96 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1132,7 +1132,7 @@ installdat: installdirs
installswat: installdirs
@$(SHELL) $(srcdir)/script/installswat.sh $(DESTDIR)$(SWATDIR) $(srcdir)
-installclientlib:
+installclientlib: libsmbclient
-$(INSTALLCLIENTCMD_SH) bin/libsmbclient.@SHLIBEXT@ $(DESTDIR)${prefix}/lib
-$(INSTALLCLIENTCMD_A) bin/libsmbclient.a $(DESTDIR)${prefix}/lib
@$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)${prefix}/include