[svn] commit: r1169 - /trunk/src/lib/python/isc/auth/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Sun Mar 7 01:47:10 UTC 2010
Author: jreed
Date: Sun Mar 7 01:47:10 2010
New Revision: 1169
Log:
Fix typo in module name.
Fix installation (old path before restructure).
Modified:
trunk/src/lib/python/isc/auth/Makefile.am
Modified: trunk/src/lib/python/isc/auth/Makefile.am
==============================================================================
--- trunk/src/lib/python/isc/auth/Makefile.am (original)
+++ trunk/src/lib/python/isc/auth/Makefile.am Sun Mar 7 01:47:10 2010
@@ -1,6 +1,6 @@
-PY_MODULES= __init__.py master.py sqlite3ds.py
+PY_MODULES= __init__.py master.py sqlite3_ds.py
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(pyexecdir)/isc/auth
@(for _foo_ in $(PY_MODULES) ; \
- do $(INSTALL) -m 0644 $(top_srcdir)/src/lib/auth/python/isc/auth/$$_foo_ $(DESTDIR)$(pyexecdir)/isc/auth/; done)
+ do $(INSTALL) -m 0644 $(top_srcdir)/src/lib/python/isc/auth/$$_foo_ $(DESTDIR)$(pyexecdir)/isc/auth/; done)
More information about the bind10-changes
mailing list