From: Mukund Sivaraman Date: Sat, 17 Aug 2013 02:49:55 +0000 (+0530) Subject: [master] EXTRA_DIST the LICENSE_1_0.txt file X-Git-Tag: bind10-1.2.0beta1-release~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c968df2fedfc4c0b464fde5e1772dd24e37602e;p=thirdparty%2Fkea.git [master] EXTRA_DIST the LICENSE_1_0.txt file --- diff --git a/ext/Makefile.am b/ext/Makefile.am index 6241fb7ee6..eb16b9257f 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -4,3 +4,5 @@ SUBDIRS = . asio # the licence file as well. asio_datadir = $(pkgincludedir)/asio asio_data_DATA = LICENSE_1_0.txt + +EXTRA_DIST = LICENSE_1_0.txt