diff options
Diffstat (limited to 'bdftopcf/makefile')
-rw-r--r-- | bdftopcf/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bdftopcf/makefile b/bdftopcf/makefile index e9a8abf33..ddfa2600b 100644 --- a/bdftopcf/makefile +++ b/bdftopcf/makefile @@ -12,3 +12,5 @@ load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=0 DEBUG=$(DEBUG);) CSRCS = bdftopcf.c +LINKLIBS += $(FREETYPELIB) + |