Remove src directory from config file list 52/89552/2 accepted/tizen_3.0.m2_base accepted/tizen_3.0_base tizen_3.0.m2_base tizen_3.0_base accepted/tizen/3.0.m2/base/20170104.081921 accepted/tizen/3.0/base/20161028.103408 accepted/tizen/base/20161001.020509 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062326 submit/tizen_base/20160928.054857
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 26 Sep 2016 04:35:11 +0000 (13:35 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 26 Sep 2016 05:35:40 +0000 (14:35 +0900)
Change-Id: I03296363e7e2615a7b9b92c803e81921865dfed5
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Makefile.am
Makefile.in
configure.ac

index c7f7cbea0870a6356a59249d50f3921d60363d59..9c61c0f8cd88bdc9f0f4e53f8656497f947c6cba 100644 (file)
@@ -16,7 +16,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-SUBDIRS = gl lib/gl lib po src doc gltests lib/gltests tests examples  \
+SUBDIRS = gl lib/gl lib po doc gltests lib/gltests tests examples      \
        java csharp
 
 EXTRA_DIST = cfg.mk maint.mk .clcopying
index e957bd0022f122885eb888e5081bccc45659c2f5..e07aae46c6b197532e4e63833fd8202143dd7e9b 100644 (file)
@@ -561,7 +561,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = gl lib/gl lib po src doc gltests lib/gltests tests examples  \
+SUBDIRS = gl lib/gl lib po doc gltests lib/gltests tests examples      \
        java csharp
 
 
index 49476ac8fb5517f54cac6f912c15f572a0bd545d..4987c61bbbc675e3a3d9ec5b526cab24b31b5e28 100644 (file)
@@ -171,7 +171,6 @@ AC_CONFIG_FILES([
   lib/gl/Makefile
   lib/gltests/Makefile
   po/Makefile.in
-  src/Makefile
   tests/Makefile
 ])
 AC_OUTPUT