Browse Source

Install message definitions

Don't crash on startup because message definition module is missing,
install it like the rest.
Michal 'vorner' Vaner 11 years ago
parent
commit
74e7cfcd29
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/python/isc/util/Makefile.am

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

@@ -3,6 +3,8 @@ SUBDIRS = . cio tests
 python_PYTHON =  __init__.py process.py socketserver_mixin.py file.py \
 	traceback_handler.py
 BUILT_SOURCES = $(PYTHON_LOGMSGPKG_DIR)/work/util_messages.py
+nodist_pylogmessage_PYTHON = $(PYTHON_LOGMSGPKG_DIR)/work/util_messages.py
+pylogmessagedir = $(pyexecdir)/isc/log_messages/
 python_PYTHON += address_formatter.py
 
 EXTRA_DIST = util_messages.mes