diff options
Diffstat (limited to 'fontconfig/fc-glyphname/makefile')
-rw-r--r-- | fontconfig/fc-glyphname/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fontconfig/fc-glyphname/makefile b/fontconfig/fc-glyphname/makefile index 138c6e418..fca00db80 100644 --- a/fontconfig/fc-glyphname/makefile +++ b/fontconfig/fc-glyphname/makefile @@ -1,3 +1,7 @@ +ifneq ($(NORELDBG),1) +$(error NORELDBG should have been set to 1) +endif + INCLUDES+=..\src TMPL=fcglyphname.tmpl.h |