Skip to content
GitLab
Menu
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
56393640
Commit
56393640
authored
Jul 15, 2013
by
Tomek Mrugalski
🛰
Browse files
[master] Compilation fixes after trac2995 merge, ChangeLog updated
parent
0f8f7995
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
56393640
642. [func] tomek
Added initial set of hooks (pk6_receive, subnet6_select,
lease6_select, pkt6_send) to the DHCPv6 server.
(Trac #2995, git d6de376f97313ba40fef989e4a437d184fdf70cc)
641. [func] stephen
Added the hooks framework. This allows shared libraries of
user-written functions to be loaded at run-time and the
...
...
src/bin/d2/Makefile.am
View file @
56393640
...
...
@@ -71,6 +71,7 @@ b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/config/libb10-cfgclient.la
b10_dhcp_ddns_LDADD
+=
$(top_builddir)
/src/lib/dhcpsrv/libb10-dhcpsrv.la
b10_dhcp_ddns_LDADD
+=
$(top_builddir)
/src/lib/dns/libb10-dns++.la
b10_dhcp_ddns_LDADD
+=
$(top_builddir)
/src/lib/util/libb10-util.la
b10_dhcp_ddns_LDADD
+=
$(top_builddir)
/src/lib/hooks/libb10-hooks.la
b10_dhcp_ddnsdir
=
$(pkgdatadir)
b10_dhcp_ddns_DATA
=
dhcp-ddns.spec
src/bin/d2/tests/Makefile.am
View file @
56393640
...
...
@@ -88,6 +88,7 @@ d2_unittests_LDADD += $(top_builddir)/src/lib/config/libb10-cfgclient.la
d2_unittests_LDADD
+=
$(top_builddir)
/src/lib/dhcpsrv/libb10-dhcpsrv.la
d2_unittests_LDADD
+=
$(top_builddir)
/src/lib/dns/libb10-dns++.la
d2_unittests_LDADD
+=
$(top_builddir)
/src/lib/util/libb10-util.la
d2_unittests_LDADD
+=
$(top_builddir)
/src/lib/hooks/libb10-hooks.la
endif
...
...
src/lib/dhcpsrv/Makefile.am
View file @
56393640
...
...
@@ -61,6 +61,8 @@ libb10_dhcpsrv_la_LIBADD = $(top_builddir)/src/lib/asiolink/libb10-asiolink.la
libb10_dhcpsrv_la_LIBADD
+=
$(top_builddir)
/src/lib/dhcp/libb10-dhcp++.la
libb10_dhcpsrv_la_LIBADD
+=
$(top_builddir)
/src/lib/util/libb10-util.la
libb10_dhcpsrv_la_LIBADD
+=
$(top_builddir)
/src/lib/cc/libb10-cc.la
libb10_dhcpsrv_la_LIBADD
+=
$(top_builddir)
/src/lib/hooks/libb10-hooks.la
libb10_dhcpsrv_la_LDFLAGS
=
-no-undefined
-version-info
3:0:0
if
HAVE_MYSQL
libb10_dhcpsrv_la_LDFLAGS
+=
$(MYSQL_LIBS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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