summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--test/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index f0c0ea8..7cfe3a4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,3 +1,4 @@
1noinst_PROGRAMS = test idiscover RP.cgi OP.cgi test-oauth-consumer 1noinst_PROGRAMS = test idiscover test-oauth-consumer \
2 ${_dependent_programs_}
2 3
3AM_CPPFLAGS=${CPPFLAGS_DEBUG} 4AM_CPPFLAGS=${CPPFLAGS_DEBUG}
@@ -22,4 +23,6 @@ if HAVE_UUID
22if HAVE_KINGATE 23if HAVE_KINGATE
23 24
25_dependent_programs_ = RP.cgi OP.cgi
26
24RP_cgi_SOURCES = RP.cc 27RP_cgi_SOURCES = RP.cc
25nodist_RP_cgi_SOURCES = RP-db.cc 28nodist_RP_cgi_SOURCES = RP-db.cc