Get CPPFLAGS and LDFLAGS from configure

This commit is contained in:
bringert
2004-06-23 07:24:46 +00:00
parent 97112b53d3
commit 7906215075
3 changed files with 12 additions and 2 deletions

View File

@@ -8,6 +8,9 @@ exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
INSTALL = @INSTALL@
GHC = @GHC@