summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4a9ab81..1a8418a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -27,11 +27,15 @@ EXTRA_DIST = motd
BUILT_SOURCES =
CLEANFILES =
-TESTS = fdpassing
+TESTS =
+
+if USE_DESCRIPTOR_PASSING
+TESTS += fdpassing
+endif
AM_CFLAGS = # $(GPG_ERROR_CFLAGS)
noinst_HEADERS = common.h
noinst_PROGRAMS = $(TESTS)
-LDADD = ../src/libassuan.a # $(GPG_ERROR_LIBS)
+LDADD = ../src/libassuan.a $(NETLIBS) # $(GPG_ERROR_LIBS)