diff options
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 31fdafc24a..3e4264b4e6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -641,6 +641,11 @@ installcp: installdirs installswat: installdirs @$(SHELL) $(srcdir)/script/installswat.sh $(SWATDIR) $(srcdir) +installclientlib: + @$(INSTALLCMD) bin/libsmbclient.so $(LIBDIR) + @$(INSTALLCMD) -d ${prefix}/include + @$(INSTALLCMD) include/libsmbclient.h ${prefix}/include + # revert to the previously installed version revert: @$(SHELL) $(srcdir)/script/revert.sh $(SBINDIR) $(SPROGS) |