summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMotonobu Takahashi <monyo@samba.org>2001-09-25 17:40:12 +0000
committerMotonobu Takahashi <monyo@samba.org>2001-09-25 17:40:12 +0000
commit1817c231c7e67bf836fc1b08fda9b1d8f322f6b8 (patch)
treeebaadc67063945e51865a5b93c7aec3127470402 /source3/Makefile.in
parent00842ae2530a67129c9885e4e9bec914c9743a93 (diff)
downloadsamba-1817c231c7e67bf836fc1b08fda9b1d8f322f6b8.tar.gz
samba-1817c231c7e67bf836fc1b08fda9b1d8f322f6b8.tar.bz2
samba-1817c231c7e67bf836fc1b08fda9b1d8f322f6b8.zip
now --with-i18n-swat works to install some international files
used by SWAT into $swatdir/$ln/{help,images,include} we have still points which needs to discuss, that is how to archive and install lots of HTML help files and Using Samba files. -- monyo (This used to be commit 9ec2d5e96ebb907e66250772057bf5e2601f8ec9)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index f0236a7d78..510faac95d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -677,7 +677,8 @@ installscripts: installdirs
@$(SHELL) $(srcdir)/script/installscripts.sh $(INSTALLPERMS) $(BINDIR) $(SCRIPTS)
installswat: installdirs
- @$(SHELL) $(srcdir)/script/installswat.sh $(SWATDIR) $(srcdir)
+ @$(SHELL) $(srcdir)/script/installswat.sh $(SWATDIR) $(srcdir) \
+ @i18n_swat@
installclientlib:
-$(INSTALLCMD) bin/libsmbclient.so $(LIBDIR)