diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 11:59:25 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 11:59:25 +0000 |
commit | 62073628f16ee0cbb5a9e2253ede5b7356a75300 (patch) | |
tree | 622db15320bb1674e985196b3896db69b5303570 | |
parent | b1ca449cfe4e497b6192f592e1bab4e85f156f2f (diff) | |
download | pykolab-62073628f16ee0cbb5a9e2253ede5b7356a75300.tar.gz |
Move installing saslauthd as part of saslauthd's own Makefile.am
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d9bd36f..ba48a4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -164,7 +164,6 @@ install-exec-local: $(INSTALL) -p -m 755 conf.py $(DESTDIR)/$(sbindir)/kolab-conf $(INSTALL) -p -m 755 kolab.py $(DESTDIR)/$(sbindir)/kolab $(INSTALL) -p -m 755 kolabd.py $(DESTDIR)/$(sbindir)/kolabd - $(INSTALL) -p -m 644 saslauthd.py $(DESTDIR)/$(sbindir)/kolab-saslauthd $(INSTALL) -p -m 755 kolabtest.py $(DESTDIR)/$(bindir)/kolab-test $(INSTALL) -p -m 644 cyruslib.py $(DESTDIR)/$(pythondir) $(INSTALL) -p -m 755 bin/kolab_parse_telemetry.py $(DESTDIR)/$(sbindir)/kolab_parse_telemetry |