X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fpackage.conf.in;h=1b3711617fd663c724d1074413c64cf418701e3e;hb=68bc07fed38228a1f9fd1885333c7412f57c7e17;hp=a49cee66770c3390ee3059066e9d01d5ee150ac0;hpb=e543f10a733dd08d99f31582a1c53dde2cdd654d;p=ghc-hetmet.git diff --git a/rts/package.conf.in b/rts/package.conf.in index a49cee6..1b37116 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -1,7 +1,7 @@ /* The RTS is just another package! */ #include "ghcconfig.h" -#include "RtsConfig.h" +#include "rts/Config.h" name: rts version: 1.0 @@ -33,9 +33,6 @@ extra-libraries: "m" /* for ldexp() */ #ifdef mingw32_HOST_OS ,"wsock32" /* for the linker */ #endif -#ifdef WANT_DOTNET_SUPPORT - , "oleaut32", "ole32", "uuid" -#endif #if defined(DEBUG) && defined(HAVE_LIBBFD) ,"bfd", "iberty" /* for debugging */ #endif