[svn] commit: r2146 - in /trunk/src/bin/cfgmgr: Makefile.am tests/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jun 17 11:20:26 UTC 2010


Author: jelte
Date: Thu Jun 17 11:20:26 2010
New Revision: 2146

Log:
fixed a distcheck problem (there may be another but i can't replicate here)

Modified:
    trunk/src/bin/cfgmgr/Makefile.am
    trunk/src/bin/cfgmgr/tests/Makefile.am

Modified: trunk/src/bin/cfgmgr/Makefile.am
==============================================================================
--- trunk/src/bin/cfgmgr/Makefile.am (original)
+++ trunk/src/bin/cfgmgr/Makefile.am Thu Jun 17 11:20:26 2010
@@ -4,7 +4,7 @@
 
 pkglibexec_SCRIPTS = b10-cfgmgr
 
-CLEANFILES = b10-cfgmgr
+CLEANFILES = b10-cfgmgr b10-cfgmgr.pyc
 
 b10_cfgmgrdir = @localstatedir@/@PACKAGE@
 #B10_cfgmgr_DATA = 

Modified: trunk/src/bin/cfgmgr/tests/Makefile.am
==============================================================================
--- trunk/src/bin/cfgmgr/tests/Makefile.am (original)
+++ trunk/src/bin/cfgmgr/tests/Makefile.am Thu Jun 17 11:20:26 2010
@@ -9,5 +9,5 @@
 	for pytest in $(PYTESTS) ; do \
 	echo Running test: $$pytest ; \
 	env PYTHONPATH=$(abs_top_srcdir)/src/lib/python:$(abs_top_builddir)/src/lib/python:$(abs_top_builddir)/src/bin/cfgmgr \
-	$(PYCOVERAGE) $(abs_srcdir)/$$pytest ; \
+	$(PYCOVERAGE) $(abs_builddir)/$$pytest ; \
 	done




More information about the bind10-changes mailing list