annotate font/Makefile.am @ 60:e16e13d8cd68
Replaced SATURATE -> ADD, implemented objComposite, corrected minor things
author |
Thibaut GIRKA <thib@sitedethib.com> |
date |
Fri, 18 Dec 2009 20:41:38 +0100 |
parents |
759202cf1756 |
children |
|
rev |
line source |
22
|
1 noinst_LIBRARIES = libfont.a
|
|
2 libfont_a_SOURCES = font_face.cc font_peer_fn.cc font_peer_ft2.cc \
|
|
3 font_peer_x11.cc font_layout.cc codeconv.cc text_stream.cc \
|
|
4 codeconv.h codeconv_tbl.h font_face.h font.h font_peer.h text.h
|
|
5
|
|
6 INCLUDES = @FT2_CFLAGS@
|
|
7
|
|
8 AM_CPPFLAGS = @CFLAGS@ @DEFS@
|
|
9
|
|
10 LDADD = @LDFLAGS@ @FT2_LIBS@ @LIBS@
|
|
11
|
|
12
|