From: Francis Dupont Date: Wed, 16 Sep 2015 21:01:46 +0000 (+0200) Subject: [4009] Moved LICENSE file X-Git-Tag: trac4060_base~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=401db62fac450c123a497640c8ef78231a8fce3d;p=thirdparty%2Fkea.git [4009] Moved LICENSE file --- 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 similarity index 100% rename from ext/LICENSE_1_0.txt rename to 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