
Paths.hs is now generated by the Makefile.am, so it can include paths. As a bonus, this actually works, since we weren't previously installing the .pc file anywhere...
9 lines
288 B
Haskell
9 lines
288 B
Haskell
-- | Installation path information for Tock.
|
|
-- This module is auto-generated by Makefile.am from Paths.hs.in.
|
|
-- (It can't be generated by autoconf, because you can't expand paths in a
|
|
-- configure script.)
|
|
module Paths where
|
|
|
|
pkgIncludeDir :: String
|
|
pkgIncludeDir = "@@pkgincludedir@@"
|