]> git.lyx.org Git - lyx.git/blobdiff - config/lyxinclude.m4
make "make distcheck" work
[lyx.git] / config / lyxinclude.m4
index eb2aa64ecccaeaded2df34f38162d29813f5566f..15f28fe870713c6c8c3a013a525ed0eefaae45a5 100644 (file)
@@ -568,11 +568,13 @@ case $lyx_use_packaging in
    macosx) AC_DEFINE(USE_MACOSX_PACKAGING, 1, [Define to 1 if LyX should use a MacOS X application bundle file layout]) 
            default_prefix="/Applications/LyX.app"
           bindir='${prefix}/Contents/MacOS'
+          libdir='${prefix}/Contents/Resources'
           datadir='${prefix}/Contents/Resources'
           mandir='${prefix}/Contents/Resources/man' ;;
   windows) AC_DEFINE(USE_WINDOWS_PACKAGING, 1, [Define to 1 if LyX should use a Windows-style file layout]) 
-           default_prefix="'C:Program Files/LyX'"
+           default_prefix="C:/Program Files/LyX"
           bindir='${prefix}/bin'
+          libdir='${prefix}/Resources'
           datadir='${prefix}/Resources'
           mandir='${prefix}/Resources/man' ;;
     posix) AC_DEFINE(USE_POSIX_PACKAGING, 1, [Define to 1 if LyX should use a POSIX-style file layout])