Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
e25c7477
Commit
e25c7477
authored
Oct 21, 2014
by
Francis Dupont
Browse files
[trac3162] partial fix of subdir-objects spurious warnings on OSX
parent
caac5162
Changes
9
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e25c7477
846. [bug] fdupont
Fixed subdir-objects warnings from recent versions of autotools,
e.g., on Apple OSX.
(Trac #3162, git ...)
845. [func] marcin
Implemented Host class for storing information about IPv4 and IPv6
reservations for the host.
...
...
src/bin/d2/tests/Makefile.am
View file @
e25c7477
AUTOMAKE_OPTIONS
=
subdir-objects
SHTESTS
=
# The test of dynamic reconfiguration based on signals will work only
# if we are using file based configuration approach.
...
...
src/bin/dhcp4/tests/Makefile.am
View file @
e25c7477
AUTOMAKE_OPTIONS
=
subdir-objects
SHTESTS
=
# The test of dynamic reconfiguration based on signals will work only
# if we are using file based configuration approach.
...
...
src/bin/dhcp6/tests/Makefile.am
View file @
e25c7477
AUTOMAKE_OPTIONS
=
subdir-objects
SHTESTS
=
# The test of dynamic reconfiguration based on signals will work only
# if we are using file based configuration approach.
...
...
src/bin/perfdhcp/tests/Makefile.am
View file @
e25c7477
AUTOMAKE_OPTIONS
=
subdir-objects
SUBDIRS
=
.
testdata
AM_CPPFLAGS
=
-I
$(top_builddir)
/src/lib
-I
$(top_srcdir)
/src/lib
...
...
@@ -31,12 +33,12 @@ run_unittests_SOURCES += rate_control_unittest.cc
run_unittests_SOURCES
+=
stats_mgr_unittest.cc
run_unittests_SOURCES
+=
test_control_unittest.cc
run_unittests_SOURCES
+=
command_options_helper.h
run_unittests_SOURCES
+=
$(top_builddir)
/src/bin/perfdhcp
/command_options.cc
run_unittests_SOURCES
+=
$(top_builddir)
/src/bin/perfdhcp
/pkt_transform.cc
run_unittests_SOURCES
+=
$(top_builddir)
/src/bin/perfdhcp
/perf_pkt6.cc
run_unittests_SOURCES
+=
$(top_builddir)
/src/bin/perfdhcp
/perf_pkt4.cc
run_unittests_SOURCES
+=
$(top_builddir)
/src/bin/perfdhcp
/rate_control.cc
run_unittests_SOURCES
+=
$(top_builddir)
/src/bin/perfdhcp
/test_control.cc
run_unittests_SOURCES
+=
..
/command_options.cc
run_unittests_SOURCES
+=
..
/pkt_transform.cc
run_unittests_SOURCES
+=
..
/perf_pkt6.cc
run_unittests_SOURCES
+=
..
/perf_pkt4.cc
run_unittests_SOURCES
+=
..
/rate_control.cc
run_unittests_SOURCES
+=
..
/test_control.cc
run_unittests_CPPFLAGS
=
$(AM_CPPFLAGS)
$(GTEST_INCLUDES)
run_unittests_LDFLAGS
=
$(AM_LDFLAGS)
$(GTEST_LDFLAGS)
...
...
src/hooks/dhcp/user_chk/tests/Makefile.am
View file @
e25c7477
AUTOMAKE_OPTIONS
=
subdir-objects
SUBDIRS
=
.
AM_CPPFLAGS
=
-I
$(top_builddir)
/src/lib
-I
$(top_srcdir)
/src/lib
...
...
src/lib/asiodns/tests/Makefile.am
View file @
e25c7477
AUTOMAKE_OPTIONS
=
subdir-objects
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src/lib
-I
$(top_builddir)
/src/lib
AM_CPPFLAGS
+=
$(BOOST_INCLUDES)
AM_CPPFLAGS
+=
-I
$(top_builddir)
/src/lib/dns
-I
$(top_srcdir)
/src/bin
...
...
src/lib/dns/Makefile.am
View file @
e25c7477
AUTOMAKE_OPTIONS
=
subdir-objects
SUBDIRS
=
.
tests
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src/lib
-I
$(top_builddir)
/src/lib
...
...
src/lib/util/Makefile.am
View file @
e25c7477
AUTOMAKE_OPTIONS
=
subdir-objects
SUBDIRS
=
.
io unittests tests python threads
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src/lib
-I
$(top_builddir)
/src/lib
...
...
Write
Preview
Markdown
is supported
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