From: Seonah Moon Date: Mon, 26 Sep 2016 04:35:11 +0000 (+0900) Subject: Remove src directory from config file list X-Git-Tag: submit/tizen_base/20160928.054857^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.m2_base;p=product%2Fupstream%2Flibidn.git Remove src directory from config file list Change-Id: I03296363e7e2615a7b9b92c803e81921865dfed5 Signed-off-by: Seonah Moon --- diff --git a/Makefile.am b/Makefile.am index c7f7cbe..9c61c0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -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 diff --git a/Makefile.in b/Makefile.in index e957bd0..e07aae4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/configure.ac b/configure.ac index 49476ac..4987c61 100644 --- a/configure.ac +++ b/configure.ac @@ -171,7 +171,6 @@ AC_CONFIG_FILES([ lib/gl/Makefile lib/gltests/Makefile po/Makefile.in - src/Makefile tests/Makefile ]) AC_OUTPUT