[svn] commit: r3013 - /branches/trac322/src/lib/python/isc/utils/tests/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Sep 23 19:07:05 UTC 2010


Author: vorner
Date: Thu Sep 23 19:07:05 2010
New Revision: 3013

Log:
Remove unneeded library hack

Modified:
    branches/trac322/src/lib/python/isc/utils/tests/Makefile.am

Modified: branches/trac322/src/lib/python/isc/utils/tests/Makefile.am
==============================================================================
--- branches/trac322/src/lib/python/isc/utils/tests/Makefile.am (original)
+++ branches/trac322/src/lib/python/isc/utils/tests/Makefile.am Thu Sep 23 19:07:05 2010
@@ -1,12 +1,5 @@
 PYTESTS = process_test.py
 EXTRA_DIST = $(PYTESTS)
-
-# If necessary (rare cases), explicitly specify paths to dynamic libraries
-# required by loadable python modules.
-LIBRARY_PATH_PLACEHOLDER =
-if SET_ENV_LIBRARY_PATH
-LIBRARY_PATH_PLACEHOLDER += $(ENV_LIBRARY_PATH)=$(abs_top_builddir)/src/lib/dns/.libs:$(abs_top_builddir)/src/lib/exceptions/.libs:$$$(ENV_LIBRARY_PATH)
-endif
 
 # later will have configure option to choose this, like: coverage run --branch
 PYCOVERAGE = $(PYTHON)




More information about the bind10-changes mailing list