diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2014-09-23 13:23:13 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2014-09-23 13:23:13 +0200 |
commit | 4fdd723808bd8a6c79487186545e6364268d162a (patch) | |
tree | d129b6cd9b53fe5d4d86025a2a8efbc1a4c1fd6a /Makefile.am | |
parent | [3536] logging example in kea.conf in keactrl fixed (diff) | |
download | kea-4fdd723808bd8a6c79487186545e6364268d162a.tar.xz kea-4fdd723808bd8a6c79487186545e6364268d162a.zip |
[3536] Changes after review:
- Logging section updated.
- Missing coma in kea.conf.pre added
- ${localstatedir}/log is now created
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 25dd138bef..ea0d5786bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,6 +119,10 @@ cppcheck: --template '{file}:{line}: check_fail: {message} ({severity},{id})' \ src +# These steps are necessary during installation +install-exec-hook: + mkdir -p $(DESTDIR)${localstatedir}/log/ + ### include tool to generate documentation from log message specifications ### in the distributed tarball: EXTRA_DIST = tools/system_messages.py |