aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/static_deps/liblinebreak/Makefile.am
blob: 68e9c4a360c4a3ea060debdaf61c26c40fb5b217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
MAINTAINERCLEANFILES = Makefile.in

#noinst_PROGRAMS = filter_dup
noinst_HEADERS = linebreak.h linebreakdef.h wordbreakdef.h  wordbreak.h
noinst_LTLIBRARIES = liblinebreak.la

liblinebreak_la_SOURCES = \
	linebreak.c \
	linebreakdata.c \
	linebreakdef.c \
	wordbreak.c \
	wordbreakdata.x

EXTRA_DIST = \
	LineBreak1.sed \
	LineBreak2.sed \
	linebreakdata1.tmpl \
	linebreakdata2.tmpl \
	linebreakdata3.tmpl \
	LICENCE