projects
/
platform
/
core
/
uifw
/
pepper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2380d2
)
configure: fix to resolve warnings related to 'subdir-objects' during running automake
26/113526/1
author
Sung-Jin Park
<sj76.park@samsung.com>
Wed, 8 Feb 2017 05:12:28 +0000
(14:12 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Wed, 8 Feb 2017 05:12:28 +0000
(14:12 +0900)
Change-Id: I97a5c31183292409006d4da4608e5c12dd973936
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index efc178e58124938f57a503a2a10d928928f9d97b..4aa8fc8691fd4fb5812aa1bb61136f5dbb2e814a 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-13,7
+13,7
@@
AC_SUBST([PEPPER_VERSION_MICRO], [pepper_micro_version])
AC_SUBST([PEPPER_VERSION], [pepper_version])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
+AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz
subdir-objects
])
AM_SILENT_RULES([yes])
AC_PROG_CC