diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-28 12:35:37 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-28 12:35:37 -0800 |
commit | 1559d8086e8063c692aae008006578b88e1368fe (patch) | |
tree | 25b0fb0110ed9705cb35501dc5850096bf2de3a5 /src | |
parent | 99bad52b592f4f11887bf9033590b61880c3c976 (diff) |
Added missing AM_CFLAGS for -Wl,-flat_namespace
Fixes commit f859a76b0f325b07952ad1c5c818318307c589b0
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3e0cbfa..99087c4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,6 +21,8 @@ lib_LTLIBRARIES = libXfont.la +AM_CFLAGS = $(OS_CFLAGS) + if XFONT_FONTFILE FONTFILE_DIR = fontfile FONTFILE_LIB = fontfile/libfontfile.la |