aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6fe7e9c38..bd2c378ba 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -27,16 +27,16 @@ LDADD = \
if ENABLE_NSS
CFLAGS += \
- $(NSS_CFLAGS)
+ $(NSS_CFLAGS)
LDADD += \
- $(NSS_LIBS)
+ $(NSS_LIBS)
endif
-if ENABLE_NSS
+if ENABLE_SEED
CFLAGS += \
- $(SEED_CFLAGS)
+ $(SEED_CFLAGS)
LDADD += \
- $(SEED_LIBS)
+ $(SEED_LIBS)
endif
testephyembedpersist_SOURCES = \