# HG changeset patch # User uau # Date 1152005874 0 # Node ID 79efd1a9347d1199185484eafcf44e96512c7d37 # Parent 3ff839da886be59040e1b39ace999b9fb66e0bf9 Add back the path part in 'libvo/font_load_ft.c' that was accidentally dropped when moving it in r18892. diff -r 3ff839da886b -r 79efd1a9347d Makefile --- a/Makefile Tue Jul 04 09:12:33 2006 +0000 +++ b/Makefile Tue Jul 04 09:37:54 2006 +0000 @@ -61,7 +61,7 @@ endif ifeq ($(FREETYPE),yes) -SRCS_MENCODER += font_load_ft.c +SRCS_MENCODER += libvo/font_load_ft.c endif OBJS_MENCODER = $(SRCS_MENCODER:.c=.o)