Browse Source

[1924] Return missing pythondir

It was moved to other makefile by accident while it should have been
moved.
Michal 'vorner' Vaner 12 years ago
parent
commit
9a3a223644
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/python/isc/cc/Makefile.am

+ 2 - 0
src/lib/python/isc/cc/Makefile.am

@@ -3,6 +3,8 @@ SUBDIRS = . cc_generated tests
 python_PYTHON =	__init__.py data.py session.py message.py
 python_PYTHON =	__init__.py data.py session.py message.py
 EXTRA_DIST = proto_defs.py
 EXTRA_DIST = proto_defs.py
 
 
+pythondir = $(pyexecdir)/isc/cc
+
 CLEANDIRS = __pycache__
 CLEANDIRS = __pycache__
 
 
 clean-local:
 clean-local: