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
be1fcdc6
Commit
be1fcdc6
authored
Jun 04, 2014
by
Tomek Mrugalski
🛰
Browse files
[3405] Compilation fixes
parent
26ebb4c1
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/Makefile.am
View file @
be1fcdc6
...
...
@@ -76,6 +76,7 @@ b10_dhcp4_LDADD += $(top_builddir)/src/lib/log/libkea-log.la
b10_dhcp4_LDADD
+=
$(top_builddir)
/src/lib/config/libkea-cfgclient.la
b10_dhcp4_LDADD
+=
$(top_builddir)
/src/lib/cc/libkea-cc.la
b10_dhcp4_LDADD
+=
$(top_builddir)
/src/lib/hooks/libkea-hooks.la
b10_dhcp4_LDADD
+=
$(top_builddir)
/src/lib/util/io/libkea-util-io.la
b10_dhcp4dir
=
$(pkgdatadir)
b10_dhcp4_DATA
=
dhcp4.spec
src/bin/dhcp4/tests/Makefile.am
View file @
be1fcdc6
...
...
@@ -136,6 +136,7 @@ dhcp4_unittests_LDADD += $(top_builddir)/src/lib/log/libkea-log.la
dhcp4_unittests_LDADD
+=
$(top_builddir)
/src/lib/util/libkea-util.la
dhcp4_unittests_LDADD
+=
$(top_builddir)
/src/lib/hooks/libkea-hooks.la
dhcp4_unittests_LDADD
+=
$(top_builddir)
/src/lib/dhcpsrv/testutils/libdhcpsrvtest.la
dhcp4_unittests_LDADD
+=
$(top_builddir)
/src/lib/util/io/libkea-util-io.la
endif
noinst_EXTRA_DIST
=
configs-list.txt
...
...
src/lib/util/io/signal_set.cc
View file @
be1fcdc6
...
...
@@ -14,6 +14,7 @@
#include
<util/io/signal_set.h>
#include
<cerrno>
#include
<list>
using
namespace
isc
;
...
...
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