aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r--src/daemon/Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 68ca4873..6cb66eb3 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -47,11 +47,17 @@ libmicrohttpd_la_SOURCES += \
47libmicrohttpd_la_LIBADD = -lgnutls @LIBGCRYPT_LIBS@ 47libmicrohttpd_la_LIBADD = -lgnutls @LIBGCRYPT_LIBS@
48endif 48endif
49 49
50
51
50check_PROGRAMS = \ 52check_PROGRAMS = \
51 postprocessor_test \
52 postprocessor_large_test \
53 daemon_test 53 daemon_test
54 54
55if HAVE_POSTPROCESSOR
56check_PROGRAMS += \
57 postprocessor_test \
58 postprocessor_large_test
59endif
60
55TESTS = $(check_PROGRAMS) 61TESTS = $(check_PROGRAMS)
56 62
57daemon_test_SOURCES = \ 63daemon_test_SOURCES = \