File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ libkea_cb_la_SOURCES += base_config_backend_pool.cc base_config_backend_pool.h
1212
1313
1414libkea_cb_la_LIBADD = $(top_builddir ) /src/lib/database/libkea-database.la
15- libkea_cb_la_LIBADD = $(top_builddir ) /src/lib/util/libkea-util.la
15+ libkea_cb_la_LIBADD + = $(top_builddir ) /src/lib/util/libkea-util.la
1616libkea_cb_la_LIBADD += $(top_builddir ) /src/lib/asiolink/libkea-asiolink.la
1717libkea_cb_la_LIBADD += $(top_builddir ) /src/lib/exceptions/libkea-exceptions.la
1818libkea_cb_la_LIBADD += $(BOOST_LIBS )
@@ -25,5 +25,9 @@ libkea_cb_la_LDFLAGS = -no-undefined -version-info 0:0:0
2525CLEANFILES = *.gcno *.gcda
2626
2727# Specify the headers for copying into the installation directory tree.
28- # libkea_cb_includedir = $(pkgincludedir)/config
29- # libkea_cb_include_HEADERS =
28+ libkea_cb_includedir = $(pkgincludedir ) /config_backend
29+ libkea_cb_include_HEADERS = \
30+ base_config_backend.h \
31+ base_config_backend_mgr.h \
32+ base_config_backend_pool.h
33+
Original file line number Diff line number Diff line change 88#define BASE_CONFIG_BACKEND_H
99
1010#include < boost/shared_ptr.hpp>
11+ #include < cstdint>
1112#include < string>
1213
1314namespace isc {
You can’t perform that action at this time.
0 commit comments