summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-10-10 10:47:04 +0000
committerWerner Koch <wk@gnupg.org>2006-10-10 10:47:04 +0000
commit51eedb216b8191094bb625017bb9f0c357a1d171 (patch)
tree149263e7a4188a3c59110a943b0c7a2a343f462f /tests
parentfa35790126e1d8246cb91ec3b4b0995902703698 (diff)
downloadlibassuan-51eedb216b8191094bb625017bb9f0c357a1d171.tar.gz
portability fixeslibassuan-0.9.3
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)