summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 16cd0c8)
raw | patch | inline | side by side (parent: 16cd0c8)
author | M. Sean Finney <seanius@users.sourceforge.net> | |
Sat, 29 Oct 2005 12:46:49 +0000 (12:46 +0000) | ||
committer | M. Sean Finney <seanius@users.sourceforge.net> | |
Sat, 29 Oct 2005 12:46:49 +0000 (12:46 +0000) |
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
created during the build process.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1262 f882894a-f735-0410-b71e-b25c423dba1c
plugins/Makefile.am | patch | blob | history |
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 4c33ee1784dd9afada3afe50737c45f7c34f1098..5200878773508f712afdccad4331728be86bd028 100644 (file)
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
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)