Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
928b9ae5
Commit
928b9ae5
authored
Jun 17, 2019
by
Francis Dupont
Browse files
[538-kea-should-not-store-anything-in-var-kea-lsb-violation] Explained DATA_DIR usages (*plural*)
parent
fc80c0ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/Makefile.am
View file @
928b9ae5
...
...
@@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = subdir-objects
SUBDIRS
=
.
testutils tests benchmarks
# DATA_DIR is the directory where to put default CSV files and the DHCPv6
# server ID file (i.e. the file where the server finds its DUID at startup).
dhcp_data_dir
=
@localstatedir@/lib/@PACKAGE@
kea_lfc_location
=
@prefix@/sbin/kea-lfc
...
...
src/lib/process/Makefile.am
View file @
928b9ae5
SUBDIRS
=
.
testutils tests
# DATA_DIR is the directory where to put PID files.
dhcp_data_dir
=
@runstatedir@/@PACKAGE@
AM_CPPFLAGS
=
-I
$(top_builddir)
/src/lib
-I
$(top_srcdir)
/src/lib
AM_CPPFLAGS
+=
-DDATA_DIR
=
"
\"
$(dhcp_data_dir)
\"
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment