Get CPPFLAGS and LDFLAGS from configure

This commit is contained in:
bringert
2004-06-23 07:24:46 +00:00
parent 9a4930c4d8
commit d345337da0
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@