diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index b973214d3..c4dd1384c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,13 +26,6 @@ LDADD = \ $(DBUS_LIBS) \ $(DEPENDENCIES_LIBS) -if ENABLE_NSS -CFLAGS += \ - $(NSS_CFLAGS) -LDADD += \ - $(NSS_LIBS) -endif - if ENABLE_SEED CFLAGS += \ $(SEED_CFLAGS) |