diff options
author | Francis Dupont <fdupont@isc.org> | 2015-09-16 23:01:46 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-09-16 23:01:46 +0200 |
commit | 401db62fac450c123a497640c8ef78231a8fce3d (patch) | |
tree | b59f72552a95ba01e561d2f909a986e12ebb341e /ext/Makefile.am | |
parent | [4009] Extra cleanup + Restore coroutine license (diff) | |
download | kea-401db62fac450c123a497640c8ef78231a8fce3d.tar.xz kea-401db62fac450c123a497640c8ef78231a8fce3d.zip |
[4009] Moved LICENSE file
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 16c0576101..6cfbdee32f 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -1,5 +1,5 @@ +SUBDIRS = coroutine + if HAVE_GTEST_SOURCE -SUBDIRS = gtest +SUBDIRS += gtest endif - -EXTRA_DIST = LICENSE_1_0.txt |