Makefile.am 116 B

123456
  1. SUBDIRS = exceptions dns cc config auth python
  2. if HAVE_BOOST_PYTHON
  3. if HAVE_BOOST_SYSTEM
  4. SUBDIRS += xfr
  5. endif
  6. endif