diff options
author | Tim Potter <tpot@samba.org> | 2003-09-24 01:27:39 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-24 01:27:39 +0000 |
commit | a6b3104042ee0f07af77753b0e8a6e49add52150 (patch) | |
tree | af9f9ba53690534f5b8ab179acefa8ba2676143c /source3/Makefile.in | |
parent | 6d3af0eff0633a70f726de79f6fcb4a12e87b4d1 (diff) | |
download | samba-a6b3104042ee0f07af77753b0e8a6e49add52150.tar.gz samba-a6b3104042ee0f07af77753b0e8a6e49add52150.tar.bz2 samba-a6b3104042ee0f07af77753b0e8a6e49add52150.zip |
Fix bug #456 for 3.0.0 release.
More work on SWAT i18n support to appear in later releases.
(This used to be commit c3267749054ade219d214bdaf6c21e4207bd2011)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index a2c4a360d4..0ea2c4411f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1205,7 +1205,10 @@ installscripts: installdirs installdat: installdirs @$(SHELL) $(srcdir)/script/installdat.sh $(DESTDIR)$(LIBDIR) $(srcdir) -installswat: installdirs +installmsg: installdirs + @$(SHELL) $(srcdir)/script/installmsg.sh $(DESTDIR)$(LIBDIR) $(srcdir) + +installswat: installdirs installmsg @$(SHELL) $(srcdir)/script/installswat.sh $(DESTDIR)$(SWATDIR) $(srcdir) installclientlib: installdirs libsmbclient |