diff options
author | Ian Lynagh <igloo@earth.li> | 2012-01-08 19:36:14 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-01-08 23:11:06 +0000 |
commit | 9e452874df05f5f98243576ffaefc2f356358038 (patch) | |
tree | bad3b659234883643d088b48034a6bd99e2b851f /rts/package.conf.in | |
parent | 4c49eb512499255fe7de0e6cfc08ed138957d583 (diff) | |
download | haskell-9e452874df05f5f98243576ffaefc2f356358038.tar.gz |
Refactoring
This is working towards being able to put ghcautoconf.h and
ghcplatform.h in includes/dist
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r-- | rts/package.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index 6651e5e5ce..f2d1d8491d 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -51,7 +51,7 @@ extra-libraries: #ifdef INSTALLING include-dirs: INCLUDE_DIR PAPI_INCLUDE_DIR #else /* !INSTALLING */ -include-dirs: TOP"/rts/dist/build" TOP"/includes" TOP"/includes/dist-ghcconstants/header" TOP"/includes/dist-derivedconstants/header" +include-dirs: TOP"/rts/dist/build" TOP"/includes" TOP"/includes/dist" TOP"/includes/dist-ghcconstants/header" TOP"/includes/dist-derivedconstants/header" #endif includes: Stg.h |