aboutsummaryrefslogtreecommitdiffstats
path: root/fbtruetype/Makefile
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2004-01-21 16:42:06 +0000
committerFlorent Villard <warly@mandriva.com>2004-01-21 16:42:06 +0000
commit5ba2cbc09292a179e6ea1df36321b055aa2d7052 (patch)
treee339c38a774d338459682d48e8b7e93f98b99c30 /fbtruetype/Makefile
parent310345298a52363e2627a714c9ad21216c6ce369 (diff)
downloadbootsplash-5ba2cbc09292a179e6ea1df36321b055aa2d7052.tar
bootsplash-5ba2cbc09292a179e6ea1df36321b055aa2d7052.tar.gz
bootsplash-5ba2cbc09292a179e6ea1df36321b055aa2d7052.tar.bz2
bootsplash-5ba2cbc09292a179e6ea1df36321b055aa2d7052.tar.xz
bootsplash-5ba2cbc09292a179e6ea1df36321b055aa2d7052.zip
sync with bootsplash.org code. fix freetype build
Diffstat (limited to 'fbtruetype/Makefile')
-rw-r--r--fbtruetype/Makefile4
1 files changed, 2 insertions, 2 deletions
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 $@