summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-09-24 16:34:03 +0000
committerGerald Carter <jerry@samba.org>2003-09-24 16:34:03 +0000
commit5cea24ac39134c18d1d4fd6526a7282365c6a071 (patch)
tree2e76e595c8cc35f1b35be07dccec0ba25d7dccbd
parent49294c8c8a139e3d6cd84f3f8819e9a2796acd8e (diff)
downloadsamba-5cea24ac39134c18d1d4fd6526a7282365c6a071.tar.gz
sync *.msg changes from 3.0
-rw-r--r--source/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index a2c4a360d46..0ea2c4411f8 100644
--- a/source/Makefile.in
+++ b/source/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