Parcourir la source

[4009] Moved LICENSE file

Francis Dupont il y a 9 ans
Parent
commit
401db62fac
3 fichiers modifiés avec 4 ajouts et 3 suppressions
  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