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
9da30219
Commit
9da30219
authored
Aug 30, 2013
by
Marcin Siodelski
Browse files
[3084] Link libb10-dhcp-ddns with cc to prevent linking issue on Ubuntu 12.
parent
7feab5bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp_ddns/Makefile.am
View file @
9da30219
...
...
@@ -39,6 +39,7 @@ libb10_dhcp_ddns_la_CPPFLAGS = $(AM_CPPFLAGS) $(LOG4CPLUS_INCLUDES)
libb10_dhcp_ddns_la_LDFLAGS
=
$(AM_LDFLAGS)
libb10_dhcp_ddns_la_LDFLAGS
+=
${BOTAN_LDFLAGS}
libb10_dhcp_ddns_la_LIBADD
=
libb10_dhcp_ddns_la_LIBADD
+=
$(top_builddir)
/src/lib/cc/libb10-cc.la
libb10_dhcp_ddns_la_LIBADD
+=
$(top_builddir)
/src/lib/cryptolink/libb10-cryptolink.la
libb10_dhcp_ddns_la_LIBADD
+=
$(top_builddir)
/src/lib/dhcp/libb10-dhcp++.la
libb10_dhcp_ddns_la_LIBADD
+=
$(top_builddir)
/src/lib/log/libb10-log.la
...
...
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