Skip to content
GitLab
Menu
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
638f92b8
Commit
638f92b8
authored
Oct 10, 2012
by
Mukund Sivaraman
Browse files
[2198] Remove dependency on libb10-util in src/lib/util/unittests/
parent
1c5c694f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/util/Makefile.am
View file @
638f92b8
# InterprocessSyncFile has a dependency on isc::util::thread::Mutex
SUBDIRS
=
threads
.
io unittests tests pyunittests python
SUBDIRS
=
io unittests
threads
.
tests pyunittests python
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src/lib
-I
$(top_builddir)
/src/lib
AM_CPPFLAGS
+=
-I
$(top_srcdir)
/src/lib/util
-I
$(top_builddir)
/src/lib/util
...
...
src/lib/util/unittests/Makefile.am
View file @
638f92b8
...
...
@@ -21,8 +21,7 @@ if HAVE_GTEST
libutil_unittests_la_CPPFLAGS
+=
$(GTEST_INCLUDES)
endif
libutil_unittests_la_LIBADD
=
$(top_builddir)
/src/lib/util/libb10-util.la
libutil_unittests_la_LIBADD
+=
$(top_builddir)
/src/lib/util/io/libb10-util-io.la
libutil_unittests_la_LIBADD
=
$(top_builddir)
/src/lib/util/io/libb10-util-io.la
libutil_unittests_la_LIBADD
+=
$(top_builddir)
/src/lib/exceptions/libb10-exceptions.la
CLEANFILES
=
*
.gcno
*
.gcda
Write
Preview
Supports
Markdown
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