Parcourir la source

[802] Add it to the makefile

Michal 'vorner' Vaner il y a 13 ans
Parent
commit
fc6a79af0d
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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