diff options
author | Florent Villard <warly@mandriva.com> | 2004-01-21 16:42:06 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2004-01-21 16:42:06 +0000 |
commit | 5ba2cbc09292a179e6ea1df36321b055aa2d7052 (patch) | |
tree | e339c38a774d338459682d48e8b7e93f98b99c30 /fbtruetype/Makefile | |
parent | 310345298a52363e2627a714c9ad21216c6ce369 (diff) | |
download | bootsplash-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/Makefile | 4 |
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 $@ |