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
Sebastian Schrader
Kea
Commits
d5603654
Commit
d5603654
authored
Aug 31, 2018
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[65-libyang-generic] Extra fixes
parent
284c7ed9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
configure.ac
configure.ac
+3
-1
src/lib/Makefile.am
src/lib/Makefile.am
+7
-2
src/lib/yang/tests/Makefile.am
src/lib/yang/tests/Makefile.am
+1
-2
No files found.
configure.ac
View file @
d5603654
...
...
@@ -74,6 +74,9 @@ if test "$cross_compiling" = "yes"; then
fi
AM_CONDITIONAL([CROSS_COMPILING], [test "$cross_compiling" = "yes"])
# pkg-config can be required.
AC_PATH_PROG([PKG_CONFIG], [pkg-config])
# Enable low-performing debugging facilities? This option optionally
# enables some debugging aids that perform slowly and hence aren't built
# by default.
...
...
@@ -817,7 +820,6 @@ AC_ARG_WITH([cql],
[cql_config="$withval"])
if test "${cql_config}" = "yes" ; then
AC_PATH_PROG([PKG_CONFIG], [pkg-config])
CQL_CONFIG="$PKG_CONFIG"
elif test "${cql_config}" != "no" ; then
CQL_CONFIG="${cql_config}"
...
...
src/lib/Makefile.am
View file @
d5603654
...
...
@@ -13,5 +13,10 @@ if HAVE_CQL
SUBDIRS
+=
cql
endif
SUBDIRS
+=
testutils hooks dhcp config stats asiodns dhcp_ddns
eval
\
cfgrpt process dhcpsrv http
SUBDIRS
+=
testutils hooks dhcp config stats
if
HAVE_SYSREPO
SUBDIRS
+=
yang
endif
SUBDIRS
+=
asiodns dhcp_ddns
eval
cfgrpt process dhcpsrv http
src/lib/yang/tests/Makefile.am
View file @
d5603654
...
...
@@ -20,8 +20,7 @@ run_unittests_SOURCES += run_unittests.cc
run_unittests_CPPFLAGS
=
$(AM_CPPFLAGS)
$(GTEST_INCLUDES)
run_unittests_LDFLAGS
=
$(AM_LDFLAGS)
$(GTEST_LDFLAGS)
run_unittests_LDADD
=
$(top_builddir)
/src/lib/yang/testutils/libyangtest.la
run_unittests_LDADD
+=
$(top_builddir)
/src/lib/yang/libkea-yang.la
run_unittests_LDADD
=
$(top_builddir)
/src/lib/yang/libkea-yang.la
run_unittests_LDADD
+=
$(top_builddir)
/src/lib/testutils/libkea-testutils.la
run_unittests_LDADD
+=
$(top_builddir)
/src/lib/cc/libkea-cc.la
run_unittests_LDADD
+=
$(top_builddir)
/src/lib/asiolink/libkea-asiolink.la
...
...
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