diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-07 16:44:08 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-07 16:44:08 +0000 |
commit | b11e5b1342a4806409eba6438d6121718d6a696a (patch) | |
tree | ca810d031f3dcce1deedd7f29ce59ff780cb2e2d | |
parent | f157e663f131bc26f351475226cce38b957cd0bd (diff) | |
download | samba-b11e5b1342a4806409eba6438d6121718d6a696a.tar.gz samba-b11e5b1342a4806409eba6438d6121718d6a696a.tar.bz2 samba-b11e5b1342a4806409eba6438d6121718d6a696a.zip |
Don't make installclientlib depend on the shared-linked version of libsmbclient - we need it to work on other platforms as well
(This used to be commit 77b1589188ba27b107f11232b7b7df4dea364948)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 2ba1fa6ecb..913c0b86a4 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: bin/libsmbclient.@SHLIBEXT@ +installclientlib: -$(INSTALLCLIENTCMD_SH) bin/libsmbclient.@SHLIBEXT@ $(DESTDIR)${prefix}/lib -$(INSTALLCLIENTCMD_A) bin/libsmbclient.a $(DESTDIR)${prefix}/lib @$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)${prefix}/include |