diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 6 | ||||
-rw-r--r-- | ext/coroutine/LICENSE_1_0.txt (renamed from ext/LICENSE_1_0.txt) | 0 | ||||
-rw-r--r-- | ext/coroutine/Makefile.am | 1 |
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 |