X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fpackage.conf.in;h=9cc03f06ec1d7e555fb291126aa232cd3c845054;hb=decf06a77b1331d3af9304e55164bb0a51c15a7f;hp=0ccdb3ca5237613f4af4c8e696cc835223a5b6cc;hpb=07be901da936ec4a503a514b02c6d247f533b963;p=ghc-hetmet.git diff --git a/rts/package.conf.in b/rts/package.conf.in index 0ccdb3c..9cc03f0 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -15,15 +15,15 @@ hidden-modules: import-dirs: #ifdef INSTALLING -library-dirs: LIB_DIR +library-dirs: LIB_DIR GMP_LIB_DIRS # ifdef mingw32_HOST_OS , LIB_DIR"/gcc-lib" /* force the dist-provided gcc-lib/ into scope. */ # endif #else /* !INSTALLING */ -library-dirs: FPTOOLS_TOP_ABS"/rts" +library-dirs: FPTOOLS_TOP_ABS"/rts" GMP_LIB_DIRS # if !defined(HAVE_LIBGMP) && !defined(HAVE_FRAMEWORK_GMP) - , FPTOOLS_TOP_ABS"/rts/gmp" + , FPTOOLS_TOP_ABS"/gmp" # endif #endif @@ -58,12 +58,14 @@ extra-libraries: "m" /* for ldexp() */ #endif #ifdef INSTALLING -include-dirs: INCLUDE_DIR +include-dirs: INCLUDE_DIR GMP_INCLUDE_DIRS # ifdef mingw32_HOST_OS , INCLUDE_DIR"/mingw" # endif #else /* !INSTALLING */ include-dirs: FPTOOLS_TOP_ABS"/includes" + FPTOOLS_TOP_ABS"/rts" + FPTOOLS_TOP_ABS"/gmp/gmpbuild" #endif includes: Stg.h