From 5ba2cbc09292a179e6ea1df36321b055aa2d7052 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Wed, 21 Jan 2004 16:42:06 +0000 Subject: sync with bootsplash.org code. fix freetype build --- fbtruetype/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fbtruetype/Makefile') diff --git a/fbtruetype/Makefile b/fbtruetype/Makefile index b99e07b..412b3ab 100644 --- a/fbtruetype/Makefile +++ b/fbtruetype/Makefile @@ -21,13 +21,13 @@ LIBDIR = /usr/$(LIB) bindir = $(PREFIX)/bin PROGRAMS = fbtruetype fbtruetype.static -OBJECTS = fbtruetype.o messages.o console.o ttf.o luxisri.o +OBJECTS = fbtruetype.o fbtruetype-messages.o console.o ttf.o luxisri.o LDFLAGS = -L$(LIBDIR) LIBSS = $(LIBDIR)/libfreetype.a $(LIBDIR)/libz.a -lm LIBSD = -lfreetype -lm -CFLAGS = -O2 -Wall -I/usr/include/freetype2 +CFLAGS = -O2 -Wall -I /usr/include/freetype2 COMPILE = $(CC) $(CFLAGS) LINKS = $(CC) $(CFLAGS) $(LDFLAGS) -static -o $@ LINKD = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -- cgit v1.2.1