diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-09 06:07:14 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-09 06:07:14 +0000 |
commit | d146b3a17228204ce0fe3bcca72de53cedebf5fb (patch) | |
tree | ee363cf5ebf3f68bbe3e3fcd6e6a450054723bff /src/Makefile.am | |
parent | acb0d67e5f0293f960a923cda6eb359a82f7036e (diff) |
Bug #5175: Make encodingsdir configurable (David Coulthart and Kevin E.MODULAR_COPY
Martin)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d05fc29..34355d9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,8 +5,8 @@ libfontenc_la_SOURCES = \ fontenc.c \ fontencI.h -FONTDIR=${libdir}/X11/fonts -FONTENCDEFS = -DFONT_ENCODINGS_DIRECTORY=\"$(FONTDIR)/encodings/encodings.dir\" +FONTENCDIR=@ENCODINGSDIR@ +FONTENCDEFS = -DFONT_ENCODINGS_DIRECTORY=\"$(FONTENCDIR)/encodings.dir\" INCLUDES = -I$(top_srcdir)/include \ -DFONTENC_NO_LIBFONT $(FONTENCDEFS) |