Change the installation path for multi-user environment.
[platform/core/uifw/e17-misc.git] / configure.ac
index 6d58a07..7157007 100644 (file)
@@ -3,7 +3,7 @@ AC_INIT(e17-misc, 1.0, shiin.lee@samsung.com)
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR(configure.ac)
 
-AC_PREFIX_DEFAULT(/opt/home/app)
+AC_PREFIX_DEFAULT(/usr/share/enlightenment)
 
 PKG_CHECK_MODULES(EET, [eet])
 AC_ARG_WITH(eet-eet,
@@ -20,28 +20,28 @@ AC_SUBST(eet_eet)
 AC_CONFIG_FILES([
 Makefile
 arm/Makefile
-arm/opt/Makefile
-arm/opt/home/Makefile
-arm/opt/home/app/Makefile
-arm/opt/home/app/.e/Makefile
-arm/opt/home/app/.e/e/Makefile
-arm/opt/home/app/.e/e/config/Makefile
-arm/opt/home/app/.e/e/config/samsung/Makefile
+arm/usr/Makefile
+arm/usr/share/Makefile
+arm/usr/share/enlightenment/Makefile
+arm/usr/share/enlightenment/config/Makefile
+arm/usr/share/enlightenment/config/e/Makefile
+arm/usr/share/enlightenment/config/e/config/Makefile
+arm/usr/share/enlightenment/config/e/config/samsung/Makefile
 i386/Makefile
-i386/opt/Makefile
-i386/opt/home/Makefile
-i386/opt/home/app/Makefile
-i386/opt/home/app/.e/Makefile
-i386/opt/home/app/.e/e/Makefile
-i386/opt/home/app/.e/e/config/Makefile
-i386/opt/home/app/.e/e/config/samsung/Makefile
+i386/usr/Makefile
+i386/usr/share/Makefile
+i386/usr/share/enlightenment/Makefile
+i386/usr/share/enlightenment/config/Makefile
+i386/usr/share/enlightenment/config/e/Makefile
+i386/usr/share/enlightenment/config/e/config/Makefile
+i386/usr/share/enlightenment/config/e/config/samsung/Makefile
 emulator/Makefile
-emulator/opt/Makefile
-emulator/opt/home/Makefile
-emulator/opt/home/app/Makefile
-emulator/opt/home/app/.e/Makefile
-emulator/opt/home/app/.e/e/Makefile
-emulator/opt/home/app/.e/e/config/Makefile
-emulator/opt/home/app/.e/e/config/samsung/Makefile
+emulator/usr/Makefile
+emulator/usr/share/Makefile
+emulator/usr/share/enlightenment/Makefile
+emulator/usr/share/enlightenment/config/Makefile
+emulator/usr/share/enlightenment/config/e/Makefile
+emulator/usr/share/enlightenment/config/e/config/Makefile
+emulator/usr/share/enlightenment/config/e/config/samsung/Makefile
 ])
 AC_OUTPUT