Browse Source

[802] Add it to the makefile

Michal 'vorner' Vaner 13 years ago
parent
commit
fc6a79af0d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/python/isc/bind10/Makefile.am

+ 2 - 1
src/lib/python/isc/bind10/Makefile.am

@@ -1,4 +1,5 @@
 SUBDIRS = . tests
 
-python_PYTHON = __init__.py sockcreator.py component.py special_component.py
+python_PYTHON = __init__.py sockcreator.py component.py special_component.py \
+		socket_cache.py
 pythondir = $(pyexecdir)/isc/bind10