Browse Source

[4009] Moved LICENSE file

Francis Dupont 9 years ago
parent
commit
401db62fac
3 changed files with 4 additions and 3 deletions
  1. 3 3
      ext/Makefile.am
  2. 0 0
      ext/coroutine/LICENSE_1_0.txt
  3. 1 0
      ext/coroutine/Makefile.am

+ 3 - 3
ext/Makefile.am

@@ -1,5 +1,5 @@
+SUBDIRS = coroutine
+
 if HAVE_GTEST_SOURCE
-SUBDIRS = gtest
+SUBDIRS += gtest
 endif
-
-EXTRA_DIST = LICENSE_1_0.txt

ext/LICENSE_1_0.txt → ext/coroutine/LICENSE_1_0.txt


+ 1 - 0
ext/coroutine/Makefile.am

@@ -0,0 +1 @@
+EXTRA_DIST = LICENSE_1_0.txt