Makefile.am 266 B

1234567891011
  1. SUBDIRS = . asio
  2. if HAVE_GTEST_SOURCE
  3. SUBDIRS += gtest
  4. endif
  5. # As we are copying ASIO headers to the installation directory, copy across
  6. # the licence file as well.
  7. asio_datadir = $(pkgincludedir)/asio
  8. asio_data_DATA = LICENSE_1_0.txt
  9. EXTRA_DIST = LICENSE_1_0.txt