tock-mirror/config/Paths.hs.in
Adam Sampson 441b2ee344 Do away with the pkgconfig file in favour of another generated module.
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...
2008-05-07 13:06:27 +00:00

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@@"