summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2016-09-26 13:35:11 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2016-09-26 14:35:40 +0900
commitb6213c4d172ed46f6684b6b81d0a66b2ca4ce1d8 (patch)
treeadf965eb8d559618cd6c58077772c0f1f7a3b2eb
parent0e3b6ba6376098fcbb0b541f74e03e6089a0d2c5 (diff)
downloadlibidn-accepted/tizen_3.0_base.tar.gz
libidn-accepted/tizen_3.0_base.tar.bz2
libidn-accepted/tizen_3.0_base.zip
Change-Id: I03296363e7e2615a7b9b92c803e81921865dfed5 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
-rw-r--r--configure.ac1
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