Makefile.am 359 B

123456789101112
  1. SUBDIRS = . tests
  2. AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
  3. AM_CXXFLAGS=$(B10_CXXFLAGS)
  4. lib_LTLIBRARIES = libkea-exceptions.la
  5. libkea_exceptions_la_SOURCES = exceptions.h exceptions.cc
  6. CLEANFILES = *.gcno *.gcda
  7. libkea_exceptions_includedir = $(includedir)/$(PACKAGE_NAME)/exceptions
  8. libkea_exceptions_include_HEADERS = exceptions.h