diff options
Diffstat (limited to 'support/Makefile.am')
-rw-r--r-- | support/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/Makefile.am b/support/Makefile.am index 3a72c15e..4dcce36f 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -23,8 +23,8 @@ ## process this file with automake to produce Makefile.in -# This insures that make flags get passed down to child makes. -AM_MAKEFLAGS = 'CFLAGS=$(CFLAGS)' 'LDFLAGS=$(LDFLAGS)' +AM_CFLAGS = @CFLAGS@ +AM_LDFLAGS = @LDFLAGS@ # Stuff to include in the dist that doesn't need it's own # Makefile.am files |