Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Adam Osuchowski
Kea
Commits
c4318971
Commit
c4318971
authored
Aug 04, 2017
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[5272] LIB_SO renamed to LEASE_CMDS_LIB_SO
parent
392e7502
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
src/hooks/dhcp/lease_cmds/tests/Makefile.am
src/hooks/dhcp/lease_cmds/tests/Makefile.am
+1
-8
src/hooks/dhcp/lease_cmds/tests/lease_cmds_unittest.cc
src/hooks/dhcp/lease_cmds/tests/lease_cmds_unittest.cc
+1
-1
No files found.
src/hooks/dhcp/lease_cmds/tests/Makefile.am
View file @
c4318971
SUBDIRS
=
.
# The 'parallel-tests' is the default only on recent automake versions.
# However, since Kea 1.2.0 was released with files generated with automake version
# that doesn't use it, we can't use parallel without rebuilding 1.2.0 tarballs.
# We will flip this back to parallel-tests once 1.3.0 goes out with parallel
# enabled.
AUTOMAKE_OPTIONS
=
serial-tests
AM_CPPFLAGS
=
-I
$(top_builddir)
/src/lib
-I
$(top_srcdir)
/src/lib
AM_CPPFLAGS
+=
-I
$(top_builddir)
/src/hooks/dhcp/lease_cmds
-I
$(top_srcdir)
/src/hooks/dhcp/lease_cmds
AM_CPPFLAGS
+=
$(BOOST_INCLUDES)
AM_CPPFLAGS
+=
-DLIB_SO
=
\"
$(abs_top_builddir)
/src/hooks/dhcp/lease_cmds/.libs/libdhcp_lease_cmds.so
\"
AM_CPPFLAGS
+=
-DL
EASE_CMDS_L
IB_SO
=
\"
$(abs_top_builddir)
/src/hooks/dhcp/lease_cmds/.libs/libdhcp_lease_cmds.so
\"
AM_CPPFLAGS
+=
-DINSTALL_PROG
=
\"
$(abs_top_srcdir)
/install-sh
\"
AM_CXXFLAGS
=
$(KEA_CXXFLAGS)
...
...
src/hooks/dhcp/lease_cmds/tests/lease_cmds_unittest.cc
View file @
c4318971
...
...
@@ -217,7 +217,7 @@ public:
/// Also ensured there is no lease manager leftovers from previous
/// test.
LeaseCmdsTest
()
:
LibLoadTest
(
LIB_SO
)
{
:
LibLoadTest
(
L
EASE_CMDS_L
IB_SO
)
{
LeaseMgrFactory
::
destroy
();
lmptr_
=
0
;
}
...
...
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