summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--plugins-root/Makefile.am1
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6556ecd..4e65c52 100644
--- a/configure.in
+++ b/configure.in
@@ -444,7 +444,7 @@ if ! test x"$with_openssl" = x"no"; then
444 unset FOUNDINCLUDE 444 unset FOUNDINCLUDE
445 if test x"$with_openssl" != x"/usr" ; then 445 if test x"$with_openssl" != x"/usr" ; then
446 CPPFLAGS="$CPPFLAGS -I$with_openssl/include" 446 CPPFLAGS="$CPPFLAGS -I$with_openssl/include"
447 LDFLAGS="$LDFLAGS -R$with_openssl/lib" 447 LDFLAGS="$LDFLAGS -L$with_openssl/lib"
448 fi 448 fi
449 449
450 dnl check for openssl in $dir/include/openssl 450 dnl check for openssl in $dir/include/openssl
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am
index 782a1ca..2a2987d 100644
--- a/plugins-root/Makefile.am
+++ b/plugins-root/Makefile.am
@@ -70,6 +70,7 @@ install-exec-local: $(EXTRA_PROGRAMS)
70# the actual targets 70# the actual targets
71check_dhcp_LDADD = $(NETLIBS) 71check_dhcp_LDADD = $(NETLIBS)
72check_icmp_LDADD = $(SOCKETLIBS) 72check_icmp_LDADD = $(SOCKETLIBS)
73pst3_LDADD = -lkvm
73 74
74check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS) 75check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS)
75check_icmp_DEPENDENCIES = check_icmp.c 76check_icmp_DEPENDENCIES = check_icmp.c