Browse Source

[master] fix server_common log message target dir

Jelte Jansen 13 years ago
parent
commit
c9f943875b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/server_common/Makefile.am

+ 1 - 1
src/lib/python/isc/server_common/Makefile.am

@@ -7,7 +7,7 @@ pythondir = $(pyexecdir)/isc/server_common
 BUILT_SOURCES = $(PYTHON_LOGMSGPKG_DIR)/work/server_common_messages.py
 nodist_pylogmessage_PYTHON = $(PYTHON_LOGMSGPKG_DIR)/work/server_common_messages.py
 
-pylogmessagedir = $(pyexecdir)/isc/logmessages/
+pylogmessagedir = $(pyexecdir)/isc/log_messages/
 
 CLEANFILES = $(PYTHON_LOGMSGPKG_DIR)/work/server_common_messages.py
 CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/server_common_messages.pyc