75366d3c34
The problem with combining these is that Build.Standalone etc need only the BuildInfo, and since not built with cabal, the BuildFlags ifdefs were causing bogus warnings.
14 lines
295 B
Haskell
14 lines
295 B
Haskell
{- git-annex build info
|
|
-
|
|
- Copyright 2013-2017 Joey Hess <id@joeyh.name>
|
|
-
|
|
- Licensed under the GNU GPL version 3 or higher.
|
|
-}
|
|
|
|
{-# LANGUAGE CPP #-}
|
|
|
|
module BuildInfo where
|
|
|
|
-- This file is generated by the configure program with the results of its
|
|
-- probing.
|
|
#include "Build/SysConfig"
|