diff options
Diffstat (limited to 'ext/asio/Makefile.am')
-rw-r--r-- | ext/asio/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/asio/Makefile.am b/ext/asio/Makefile.am new file mode 100644 index 0000000000..9813ccc898 --- /dev/null +++ b/ext/asio/Makefile.am @@ -0,0 +1,6 @@ +SUBDIRS = . asio + +# As we are copying across the ASIO files to the installation directory, copy +# across the README that tells us where we got them from. +asio_datadir = $(pkgincludedir)/asio +asio_data_DATA = README |