diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2016-09-26 13:35:11 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2016-09-26 14:35:40 +0900 |
commit | b6213c4d172ed46f6684b6b81d0a66b2ca4ce1d8 (patch) | |
tree | adf965eb8d559618cd6c58077772c0f1f7a3b2eb | |
parent | 0e3b6ba6376098fcbb0b541f74e03e6089a0d2c5 (diff) | |
download | libidn-accepted/tizen_3.0_base.tar.gz libidn-accepted/tizen_3.0_base.tar.bz2 libidn-accepted/tizen_3.0_base.zip |
Remove src directory from config file listsubmit/tizen_base/20160928.054857submit/tizen_3.0_base/20161028.062326submit/tizen_3.0.m2_base/20170104.073748accepted/tizen/base/20161001.020509accepted/tizen/3.0/base/20161028.103408accepted/tizen/3.0.m2/base/20170104.081921tizen_3.0_basetizen_3.0.m2_baseaccepted/tizen_3.0_baseaccepted/tizen_3.0.m2_base
Change-Id: I03296363e7e2615a7b9b92c803e81921865dfed5
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
3 files changed, 2 insertions, 3 deletions
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 <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 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 |