Makefile.am 412 B

1234567891011121314
  1. SUBDIRS = . tests
  2. AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
  3. AM_CXXFLAGS=$(KEA_CXXFLAGS)
  4. lib_LTLIBRARIES = libkea-exceptions.la
  5. libkea_exceptions_la_SOURCES = exceptions.h exceptions.cc
  6. libkea_exceptions_la_LDFLAGS = -no-undefined -version-info 0:0:0
  7. CLEANFILES = *.gcno *.gcda
  8. libkea_exceptions_includedir = $(pkgincludedir)/exceptions
  9. libkea_exceptions_include_HEADERS = exceptions.h