|
@@ -49,6 +49,12 @@ b10_auth_SOURCES += command.cc command.h
|
|
|
b10_auth_SOURCES += common.h common.cc
|
|
|
b10_auth_SOURCES += statistics.cc statistics.h
|
|
|
b10_auth_SOURCES += main.cc
|
|
|
+# This is a temporary workaround for #1206, where the InMemoryClient has been
|
|
|
+# moved to an ldopened library. We could add that library to LDADD, but that
|
|
|
+# is nonportable. This should've been moot after #1207, but there is still
|
|
|
+# one dependency; the in-memory-specific zone loader call is still in
|
|
|
+# auth.
|
|
|
+b10_auth_SOURCES += ${top_srcdir}/src/lib/datasrc/memory_datasrc.cc
|
|
|
|
|
|
nodist_b10_auth_SOURCES = auth_messages.h auth_messages.cc
|
|
|
EXTRA_DIST += auth_messages.mes
|