Преглед изворни кода

patch from nsturm: Makefile.am should have been checking for check_ldap
instead of check_ldaps. the result was that check_ldaps was not being
created during the build process.


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1262 f882894a-f735-0410-b71e-b25c423dba1c

M. Sean Finney пре 20 година
родитељ
комит
e2e455a53e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      plugins/Makefile.am

+ 1 - 1
plugins/Makefile.am

@@ -144,7 +144,7 @@ $(check_tcp_programs): check_tcp
 install-exec-hook:
 	cd $(DESTDIR)$(libexecdir) && \
 	for i in $(check_tcp_programs) ; do rm -f $$i; ln -s check_tcp $$i ; done ;\
-	if [ -x check_ldaps ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi
+	if [ -x check_ldap ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi
 	
 clean-local:
 	rm -f $(check_tcp_programs)