X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=71570079965789e8eeb592471956f57edc02a863;hb=a46f4eb28bb0a1ee8f0c7411b98dc755db073baa;hp=6d58a077444705f9e5c55b0004ae837e0d0fd458;hpb=87abad639d81f7fee6f0e73493122e16150900b7;p=platform%2Fcore%2Fuifw%2Fe17-misc.git diff --git a/configure.ac b/configure.ac index 6d58a07..7157007 100644 --- a/configure.ac +++ b/configure.ac @@ -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