From 7934873589e47f0207916c668ec4a272071e66a0 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 25 Jun 2008 20:42:33 +0000 Subject: do not attempt to build programs dependent on absent libraries Thanks, Joseph, for spotting it! In addition, thanks for spotting it again in openid20 branch to Brian of Butterfat ;-) Conflicts: test/Makefile.am Signed-off-by: Michael Krelin --- diff --git a/test/Makefile.am b/test/Makefile.am index 8fedf48..666cd66 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,5 @@ -noinst_PROGRAMS = test idiscover RP.cgi OP.cgi +noinst_PROGRAMS = test idiscover \ + ${_dependent_programs_} AM_CPPFLAGS=${CPPFLAGS_DEBUG} DEFAULT_INCLUDES = -I${top_builddir} @@ -18,6 +19,8 @@ if HAVE_SQLITE3 if HAVE_KINGATE if HAVE_UUID +_dependent_programs_ = RP.cgi OP.cgi + RP_cgi_SOURCES = RP.cc nodist_RP_cgi_SOURCES = RP-db.cc RP_cgi_LDADD = ${top_builddir}/lib/libopkele.la \ -- cgit v0.9.0.2