summaryrefslogtreecommitdiffstats
path: root/src/lib/config_backend/Makefile.am
blob: 163d378799eeefc17bbfb8c38df554eb5da5dadb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUBDIRS = . tests

AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
AM_CPPFLAGS += $(BOOST_INCLUDES)

AM_CXXFLAGS = $(KEA_CXXFLAGS)

EXTRA_DIST  = base_config_backend.h
EXTRA_DIST += base_config_backend_mgr.h
EXTRA_DIST += base_config_backend_pool.h

# The message file should be in the distribution.
#EXTRA_DIST += config_backend.dox

CLEANFILES = *.gcno *.gcda

# Specify the headers for copying into the installation directory tree.
libkea_cb_includedir = $(pkgincludedir)/config_backend
libkea_cb_include_HEADERS = \
	base_config_backend.h \
	base_config_backend_mgr.h \
	base_config_backend_pool.h