|
@@ -4,31 +4,31 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
|
|
|
AM_CPPFLAGS += $(BOOST_INCLUDES)
|
|
|
AM_CXXFLAGS = $(B10_CXXFLAGS)
|
|
|
|
|
|
-lib_LTLIBRARIES = libpydnspp.la
|
|
|
-libpydnspp_la_SOURCES = pydnspp_common.cc pydnspp_common.h pydnspp_towire.h
|
|
|
-libpydnspp_la_SOURCES += name_python.cc name_python.h
|
|
|
-libpydnspp_la_SOURCES += nsec3hash_python.cc nsec3hash_python.h
|
|
|
-libpydnspp_la_SOURCES += rrset_python.cc rrset_python.h
|
|
|
-libpydnspp_la_SOURCES += rrclass_python.cc rrclass_python.h
|
|
|
-libpydnspp_la_SOURCES += rrtype_python.cc rrtype_python.h
|
|
|
-libpydnspp_la_SOURCES += rrttl_python.cc rrttl_python.h
|
|
|
-libpydnspp_la_SOURCES += rdata_python.cc rdata_python.h
|
|
|
-libpydnspp_la_SOURCES += serial_python.cc serial_python.h
|
|
|
-libpydnspp_la_SOURCES += messagerenderer_python.cc messagerenderer_python.h
|
|
|
-libpydnspp_la_SOURCES += rcode_python.cc rcode_python.h
|
|
|
-libpydnspp_la_SOURCES += opcode_python.cc opcode_python.h
|
|
|
-libpydnspp_la_SOURCES += question_python.cc question_python.h
|
|
|
-libpydnspp_la_SOURCES += tsigkey_python.cc tsigkey_python.h
|
|
|
-libpydnspp_la_SOURCES += tsigerror_python.cc tsigerror_python.h
|
|
|
-libpydnspp_la_SOURCES += tsig_rdata_python.cc tsig_rdata_python.h
|
|
|
-libpydnspp_la_SOURCES += tsigrecord_python.cc tsigrecord_python.h
|
|
|
-libpydnspp_la_SOURCES += tsig_python.cc tsig_python.h
|
|
|
-libpydnspp_la_SOURCES += edns_python.cc edns_python.h
|
|
|
-libpydnspp_la_SOURCES += message_python.cc message_python.h
|
|
|
-
|
|
|
-libpydnspp_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_INCLUDES)
|
|
|
-libpydnspp_la_CXXFLAGS = $(AM_CXXFLAGS) $(PYTHON_CXXFLAGS)
|
|
|
-libpydnspp_la_LDFLAGS = $(PYTHON_LDFLAGS)
|
|
|
+lib_LTLIBRARIES = libb10-pydnspp.la
|
|
|
+libb10_pydnspp_la_SOURCES = pydnspp_common.cc pydnspp_common.h pydnspp_towire.h
|
|
|
+libb10_pydnspp_la_SOURCES += name_python.cc name_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += nsec3hash_python.cc nsec3hash_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += rrset_python.cc rrset_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += rrclass_python.cc rrclass_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += rrtype_python.cc rrtype_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += rrttl_python.cc rrttl_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += rdata_python.cc rdata_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += serial_python.cc serial_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += messagerenderer_python.cc messagerenderer_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += rcode_python.cc rcode_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += opcode_python.cc opcode_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += question_python.cc question_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += tsigkey_python.cc tsigkey_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += tsigerror_python.cc tsigerror_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += tsig_rdata_python.cc tsig_rdata_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += tsigrecord_python.cc tsigrecord_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += tsig_python.cc tsig_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += edns_python.cc edns_python.h
|
|
|
+libb10_pydnspp_la_SOURCES += message_python.cc message_python.h
|
|
|
+
|
|
|
+libb10_pydnspp_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_INCLUDES)
|
|
|
+libb10_pydnspp_la_CXXFLAGS = $(AM_CXXFLAGS) $(PYTHON_CXXFLAGS)
|
|
|
+libb10_pydnspp_la_LDFLAGS = $(PYTHON_LDFLAGS)
|
|
|
|
|
|
|
|
|
|
|
@@ -49,5 +49,5 @@ EXTRA_DIST += nsec3hash_python_inc.cc
|
|
|
pydnspp_la_LDFLAGS += -module -avoid-version
|
|
|
pydnspp_la_LIBADD = $(top_builddir)/src/lib/dns/libb10-dns++.la
|
|
|
pydnspp_la_LIBADD += $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
|
|
|
-pydnspp_la_LIBADD += libpydnspp.la
|
|
|
+pydnspp_la_LIBADD += libb10-pydnspp.la
|
|
|
pydnspp_la_LIBADD += $(PYTHON_LIB)
|