- SUBDIRS = . tests
- AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
- AM_CXXFLAGS=$(B10_CXXFLAGS)
- lib_LTLIBRARIES = libkea-exceptions.la
- libkea_exceptions_la_SOURCES = exceptions.h exceptions.cc
- CLEANFILES = *.gcno *.gcda
- libkea_exceptions_includedir = $(includedir)/$(PACKAGE_NAME)/exceptions
- libkea_exceptions_include_HEADERS = exceptions.h
|