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
ec8977f2
Commit
ec8977f2
authored
Mar 11, 2011
by
Jelte Jansen
Browse files
[master] need clangpp check in lib/resolve too
parent
e2c01932
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/resolve/Makefile.am
View file @
ec8977f2
...
...
@@ -17,3 +17,13 @@ libresolve_la_SOURCES += response_classifier.cc response_classifier.h
libresolve_la_SOURCES
+=
recursive_query.cc recursive_query.h
libresolve_la_LIBADD
=
$(top_builddir)
/src/lib/dns/libdns++.la
libresolve_la_LIBADD
+=
$(top_builddir)
/src/lib/exceptions/libexceptions.la
# Note: the ordering matters: -Wno-... must follow -Wextra (defined in
# B10_CXXFLAGS)
libresolve_la_CXXFLAGS
=
$(AM_CXXFLAGS)
if
USE_CLANGPP
# For clang++, we need to turn off -Werror completely.
libresolve_la_CXXFLAGS
+=
-Wno-error
endif
libresolve_la_CPPFLAGS
=
$(AM_CPPFLAGS)
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