]> granicus.if.org Git - ejabberd/commitdiff
install epam binary when available
authorChristophe Romain <christophe.romain@process-one.net>
Sun, 25 May 2014 00:31:28 +0000 (02:31 +0200)
committerChristophe Romain <christophe.romain@process-one.net>
Sun, 25 May 2014 00:31:28 +0000 (02:31 +0200)
Makefile.in

index 3350d32cc6f065384ac537a0701fb9e42a367bc7..03be9fe99e76a1f9243846019225fa7ee615618a 100644 (file)
@@ -151,6 +151,8 @@ install: all
        # Binary C programs
        $(INSTALL) -d $(PBINDIR)
        $(INSTALL) -m 750 $(O_USER) tools/captcha.sh $(PBINDIR)
+       [ -f deps/p1_pam/priv/bin/epam ] \
+               && $(INSTALL) -m 750 $(O_USER) deps/p1_pam/priv/bin/epam $(PBINDIR)
        #
        # Binary system libraries
        $(INSTALL) -d $(SODIR)