X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fpackage.conf.in;h=557bb99bfbe826f90a3cb627df38f748d656f835;hb=990faa74e434b1ab5578b36220a336c24cff834b;hp=7e0ee020a1b2b6a96898e48cd710055398c42398;hpb=e0fcf61dca4dfac99cb5417e1bc4cbee18822cf2;p=ghc-hetmet.git diff --git a/rts/package.conf.in b/rts/package.conf.in index 7e0ee02..557bb99 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -15,13 +15,13 @@ hidden-modules: import-dirs: #ifdef INSTALLING -library-dirs: LIB_DIR GMP_LIB_DIRS +library-dirs: LIB_DIR GMP_LIB_DIRS PAPI_LIB_DIR # 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" GMP_LIB_DIRS +library-dirs: FPTOOLS_TOP_ABS"/rts" GMP_LIB_DIRS PAPI_LIB_DIR # if !defined(HAVE_LIBGMP) && !defined(HAVE_FRAMEWORK_GMP) , FPTOOLS_TOP_ABS"/gmp" # endif @@ -60,7 +60,7 @@ extra-libraries: "m" /* for ldexp() */ #endif #ifdef INSTALLING -include-dirs: INCLUDE_DIR GMP_INCLUDE_DIRS +include-dirs: INCLUDE_DIR GMP_INCLUDE_DIRS PAPI_INCLUDE_DIR # ifdef mingw32_HOST_OS , INCLUDE_DIR"/mingw" # endif