repo.or.cz
/
gtkhtml.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated Esperanto translation
[gtkhtml.git]
/
a11y
/
Makefile.am
blob
b9702e7c2e7b339baab92dc2c26908122efcc767
1
END=
2
3
AM_CPPFLAGS = -I$(top_srcdir)/gtkhtml $(GTKHTML_CFLAGS) $(I18N_LIB_CFLAGS)
4
5
AM_CFLAGS = $(GAIL_CFLAGS)
6
7
noinst_LTLIBRARIES = libgtkhtml-a11y.la
8
9
libgtkhtml_a11y_la_SOURCES = \
10
cell.h \
11
cell.c \
12
html.h \
13
html.c \
14
hyperlink.h \
15
hyperlink.c \
16
image.h \
17
image.c \
18
object.h \
19
object.c \
20
paragraph.h \
21
paragraph.c \
22
table.h \
23
table.c \
24
text.h \
25
text.c \
26
utils.h \
27
utils.c \
28
$(END)
29
30
-include $(top_srcdir)/git.mk