Browse Source

cleanup boost.python related part.
we don't need them any more and they are already commented out.
this is just an obvious cleanup. skipping review.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2401 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 15 years ago
parent
commit
fe0ae249ec
1 changed files with 0 additions and 9 deletions
  1. 0 9
      src/lib/xfr/Makefile.am

+ 0 - 9
src/lib/xfr/Makefile.am

@@ -17,12 +17,3 @@ libxfr_python_la_LDFLAGS = -module
 libxfr_python_la_SOURCES = fdshare_python.cc fd_share.cc fd_share.h
 libxfr_python_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_INCLUDES)
 libxfr_python_la_CXXFLAGS = $(AM_CXXFLAGS)
-
-#bind10_xfr_la_LDFLAGS = $(BOOST_LDFLAGS) $(PYTHON_LDFLAGS)
-
-# Python prefers .so, while some OSes (specifically MacOS) use a different
-# suffix for dynamic objects.  -module is necessary to work this around.
-#bind10_xfr_la_LDFLAGS += -module
-#bind10_xfr_la_LIBADD = $(BOOST_PYTHON_LIB) $(PYTHON_LIB)
-#endif
-