Makefile.am 518 B

123456789101112131415161718
  1. SUBDIRS = . tests
  2. AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
  3. AM_CPPFLAGS += $(BOOST_INCLUDES)
  4. AM_CXXFLAGS = $(B10_CXXFLAGS)
  5. pythondir = $(pyexecdir)/isc
  6. python_LTLIBRARIES = log.la
  7. log_la_SOURCES = log.cc
  8. log_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_INCLUDES)
  9. log_la_LDFLAGS = $(PYTHON_LDFLAGS)
  10. log_la_LDFLAGS += -module
  11. log_la_LIBADD = $(top_builddir)/src/lib/log/liblog.la
  12. log_la_LIBADD += $(PYTHON_LIB)
  13. # This is not installed, it helps locate the module during tests
  14. EXTRA_DIST = __init__.py