diff options
author | Mukund Sivaraman <muks@isc.org> | 2013-08-17 04:49:55 +0200 |
---|---|---|
committer | Mukund Sivaraman <muks@isc.org> | 2013-08-17 04:49:55 +0200 |
commit | 6c968df2fedfc4c0b464fde5e1772dd24e37602e (patch) | |
tree | 811a36b3971ef1c6af4a09d7f181bfdaf03dcd11 /ext | |
parent | [master] Fix coding style (diff) | |
download | kea-6c968df2fedfc4c0b464fde5e1772dd24e37602e.tar.xz kea-6c968df2fedfc4c0b464fde5e1772dd24e37602e.zip |
[master] EXTRA_DIST the LICENSE_1_0.txt file
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |