Parcourir la source

[master] fix server_common log message target dir

Jelte Jansen il y a 13 ans
Parent
commit
c9f943875b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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