summaryrefslogtreecommitdiff
path: root/builds/unix/unix-cc.in
diff options
context:
space:
mode:
Diffstat (limited to 'builds/unix/unix-cc.in')
-rw-r--r--builds/unix/unix-cc.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/builds/unix/unix-cc.in b/builds/unix/unix-cc.in
index 470ac23d8..4338deded 100644
--- a/builds/unix/unix-cc.in
+++ b/builds/unix/unix-cc.in
@@ -79,7 +79,10 @@ T := -o$(space)
# We use our own FreeType configuration file.
#
CPPFLAGS := @CPPFLAGS@
-CFLAGS := -c @XX_CFLAGS@ @CFLAGS@ -DFT_CONFIG_CONFIG_H="<ftconfig.h>"
+CFLAGS := -c @XX_CFLAGS@ @CFLAGS@ \
+ $DFT_CONFIG_CONFIG_H="<ftconfig.h>" \
+ $DFT_CONFIG_MODULES_H="<ftmodule.h>" \
+ $DFT_CONFIG_OPTIONS_H="<ftoption.h>"
# ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
#