diff options
author | Francis Dupont <fdupont@isc.org> | 2014-10-21 12:51:13 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2014-10-21 12:51:13 +0200 |
commit | e25c7477f3c35cdaa0f038732f697224bfd44847 (patch) | |
tree | 0853599996a255c4e15eec4c721df09b3e4786fa /src/hooks | |
parent | [master] Added Changelog entry for #3560. (diff) | |
download | kea-e25c7477f3c35cdaa0f038732f697224bfd44847.tar.xz kea-e25c7477f3c35cdaa0f038732f697224bfd44847.zip |
[trac3162] partial fix of subdir-objects spurious warnings on OSX
Diffstat (limited to 'src/hooks')
-rw-r--r-- | src/hooks/dhcp/user_chk/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hooks/dhcp/user_chk/tests/Makefile.am b/src/hooks/dhcp/user_chk/tests/Makefile.am index 1b5cb97c4f..d57bae677d 100644 --- a/src/hooks/dhcp/user_chk/tests/Makefile.am +++ b/src/hooks/dhcp/user_chk/tests/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = subdir-objects + SUBDIRS = . AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib |