annotate font/Makefile.am @ 73:e4a12dd9a51b

Remove useless duplicated main of scn2kdump.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 02 Apr 2011 02:29:42 +0200
parents 759202cf1756
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
759202cf1756 Use automake
thib
parents:
diff changeset
1 noinst_LIBRARIES = libfont.a
759202cf1756 Use automake
thib
parents:
diff changeset
2 libfont_a_SOURCES = font_face.cc font_peer_fn.cc font_peer_ft2.cc \
759202cf1756 Use automake
thib
parents:
diff changeset
3 font_peer_x11.cc font_layout.cc codeconv.cc text_stream.cc \
759202cf1756 Use automake
thib
parents:
diff changeset
4 codeconv.h codeconv_tbl.h font_face.h font.h font_peer.h text.h
759202cf1756 Use automake
thib
parents:
diff changeset
5
759202cf1756 Use automake
thib
parents:
diff changeset
6 INCLUDES = @FT2_CFLAGS@
759202cf1756 Use automake
thib
parents:
diff changeset
7
759202cf1756 Use automake
thib
parents:
diff changeset
8 AM_CPPFLAGS = @CFLAGS@ @DEFS@
759202cf1756 Use automake
thib
parents:
diff changeset
9
759202cf1756 Use automake
thib
parents:
diff changeset
10 LDADD = @LDFLAGS@ @FT2_LIBS@ @LIBS@
759202cf1756 Use automake
thib
parents:
diff changeset
11
759202cf1756 Use automake
thib
parents:
diff changeset
12