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
Sebastian Schrader
Kea
Commits
a622140d
Commit
a622140d
authored
Apr 10, 2013
by
Thomas Markwalder
Browse files
[master] Merge branch 'trac2770' moves b10-dhcp4 and b10-dhcp6 server id
files into --localstatedir/bind10.
parents
66d1631e
479c0eea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/Makefile.am
View file @
a622140d
SUBDIRS
=
.
tests
AM_CPPFLAGS
=
-I
$(top_builddir)
/src/lib
-I
$(top_srcdir)
/src/lib
-DDHCP_DATA_DIR
=
"
\"
$(localstatedir)
\"
"
dhcp_data_dir
=
@localstatedir@/@PACKAGE@
AM_CPPFLAGS
=
-I
$(top_builddir)
/src/lib
-I
$(top_srcdir)
/src/lib
-DDHCP_DATA_DIR
=
"
\"
$(dhcp_data_dir)
\"
"
AM_CPPFLAGS
+=
$(BOOST_INCLUDES)
if
HAVE_MYSQL
AM_CPPFLAGS
+=
$(MYSQL_CPPFLAGS)
...
...
@@ -74,3 +76,8 @@ EXTRA_DIST = dhcpsrv_messages.mes
# Distribute MySQL schema creation script and backend documentation
EXTRA_DIST
+=
dhcpdb_create.mysql database_backends.dox libdhcpsrv.dox
dist_pkgdata_DATA
=
dhcpdb_create.mysql
install-data-local
:
$(mkinstalldirs)
$(DESTDIR)$(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