summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-09-16 23:01:46 +0200
committerFrancis Dupont <fdupont@isc.org>2015-09-16 23:01:46 +0200
commit401db62fac450c123a497640c8ef78231a8fce3d (patch)
treeb59f72552a95ba01e561d2f909a986e12ebb341e /ext
parent[4009] Extra cleanup + Restore coroutine license (diff)
downloadkea-401db62fac450c123a497640c8ef78231a8fce3d.tar.xz
kea-401db62fac450c123a497640c8ef78231a8fce3d.zip
[4009] Moved LICENSE file
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am6
-rw-r--r--ext/coroutine/LICENSE_1_0.txt (renamed from ext/LICENSE_1_0.txt)0
-rw-r--r--ext/coroutine/Makefile.am1
3 files changed, 4 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
diff --git a/ext/LICENSE_1_0.txt b/ext/coroutine/LICENSE_1_0.txt
index 36b7cd93cd..36b7cd93cd 100644
--- a/ext/LICENSE_1_0.txt
+++ b/ext/coroutine/LICENSE_1_0.txt
diff --git a/ext/coroutine/Makefile.am b/ext/coroutine/Makefile.am
new file mode 100644
index 0000000000..ba7b542e40
--- /dev/null
+++ b/ext/coroutine/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = LICENSE_1_0.txt