|
@@ -16,12 +16,6 @@ datasrc_la_SOURCES += client_python.cc client_python.h
|
|
datasrc_la_SOURCES += iterator_python.cc iterator_python.h
|
|
datasrc_la_SOURCES += iterator_python.cc iterator_python.h
|
|
datasrc_la_SOURCES += finder_python.cc finder_python.h
|
|
datasrc_la_SOURCES += finder_python.cc finder_python.h
|
|
datasrc_la_SOURCES += updater_python.cc updater_python.h
|
|
datasrc_la_SOURCES += updater_python.cc updater_python.h
|
|
-# 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. When #1207 is done this becomes moot anyway, and the
|
|
|
|
-# specific workaround is not needed anymore, so we can then remove this
|
|
|
|
-# line again.
|
|
|
|
-#datasrc_la_SOURCES += ${top_srcdir}/src/lib/datasrc/sqlite3_accessor.cc
|
|
|
|
|
|
|
|
datasrc_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_INCLUDES)
|
|
datasrc_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_INCLUDES)
|
|
datasrc_la_CXXFLAGS = $(AM_CXXFLAGS) $(PYTHON_CXXFLAGS)
|
|
datasrc_la_CXXFLAGS = $(AM_CXXFLAGS) $(PYTHON_CXXFLAGS)
|
|
@@ -30,7 +24,6 @@ datasrc_la_LDFLAGS += -module
|
|
datasrc_la_LIBADD = $(top_builddir)/src/lib/datasrc/libdatasrc.la
|
|
datasrc_la_LIBADD = $(top_builddir)/src/lib/datasrc/libdatasrc.la
|
|
datasrc_la_LIBADD += $(top_builddir)/src/lib/dns/python/libpydnspp.la
|
|
datasrc_la_LIBADD += $(top_builddir)/src/lib/dns/python/libpydnspp.la
|
|
datasrc_la_LIBADD += $(PYTHON_LIB)
|
|
datasrc_la_LIBADD += $(PYTHON_LIB)
|
|
-#datasrc_la_LIBADD += $(SQLITE_LIBS)
|
|
|
|
|
|
|
|
EXTRA_DIST = client_inc.cc
|
|
EXTRA_DIST = client_inc.cc
|
|
EXTRA_DIST += finder_inc.cc
|
|
EXTRA_DIST += finder_inc.cc
|