8 lines
198 B
Makefile
8 lines
198 B
Makefile
# Configuration Makefile fragment
|
|
|
|
# Disable use of iconv in the input filter
|
|
# CFLAGS := $(CFLAGS) -DWITHOUT_ICONV_FILTER
|
|
|
|
# Cater for local configuration changes
|
|
-include Makefile.config.override
|