Browse Source

[3064] NSAS is used by auth's query-bench

So don't disable it by default.
Michal 'vorner' Vaner 11 years ago
parent
commit
d07c725e9a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/lib/nsas/Makefile.am

+ 0 - 3
src/lib/nsas/Makefile.am

@@ -1,5 +1,3 @@
-if BUILD_EXPERIMENTAL_RESOLVER
-# Build resolver only with --enable-experimental-resolver
 SUBDIRS = . tests
 
 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
@@ -63,4 +61,3 @@ EXTRA_DIST = nsas_messages.mes
 
 # Make sure that the generated files are got rid of in a clean operation
 CLEANFILES = *.gcno *.gcda nsas_messages.h nsas_messages.cc
-endif