diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2018-08-10 17:35:26 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2018-08-21 12:18:56 +0200 |
commit | f3f2c8be22306e3087ac73a83182060e49950c79 (patch) | |
tree | 961b15c1baf160b5fb86895098c2caea144f82c7 /src/bin/netconf | |
parent | [gitlab9] v4 model renamed. (diff) | |
download | kea-f3f2c8be22306e3087ac73a83182060e49950c79.tar.xz kea-f3f2c8be22306e3087ac73a83182060e49950c79.zip |
[gitlab9] Detection of Sysrepo-cpp implemented.
Diffstat (limited to 'src/bin/netconf')
-rw-r--r-- | src/bin/netconf/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/netconf/tests/Makefile.am b/src/bin/netconf/tests/Makefile.am index 63ab0ca16f..7285f8daa0 100644 --- a/src/bin/netconf/tests/Makefile.am +++ b/src/bin/netconf/tests/Makefile.am @@ -14,7 +14,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/src -I$(top_builddir)/src AM_CPPFLAGS += -I$(top_srcdir)/src/bin -I$(top_builddir)/src/bin AM_CPPFLAGS += $(BOOST_INCLUDES) -CLEANFILES += *.json *.log +CLEANFILES = *.json *.log AM_CXXFLAGS = $(KEA_CXXFLAGS) |