[svn] commit: r2401 - /trunk/src/lib/xfr/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jul 2 01:25:20 UTC 2010
Author: jinmei
Date: Fri Jul 2 01:25:20 2010
New Revision: 2401
Log:
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.
Modified:
trunk/src/lib/xfr/Makefile.am
Modified: trunk/src/lib/xfr/Makefile.am
==============================================================================
--- trunk/src/lib/xfr/Makefile.am (original)
+++ trunk/src/lib/xfr/Makefile.am Fri Jul 2 01:25:20 2010
@@ -17,12 +17,3 @@
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
-
More information about the bind10-changes
mailing list