Detect C finalizer callbacks in rts_lock() instead of schedule()
[ghc-hetmet.git] / rts / package.conf.in
index c75294d..1b37116 100644 (file)
@@ -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
@@ -52,6 +49,7 @@ extra-libraries:              "m"             /* for ldexp() */
 include-dirs:          INCLUDE_DIR PAPI_INCLUDE_DIR
 #else /* !INSTALLING */
 include-dirs:          TOP"/includes"
+#endif
 
 includes:              Stg.h
 depends:               ffi-1.0