File: Makefile.am

package info (click to toggle)
evolution 2.6.3-6etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 79,516 kB
  • ctags: 32,159
  • sloc: ansic: 295,007; xml: 10,755; sh: 9,373; makefile: 3,756; perl: 1,591
file content (45 lines) | stat: -rw-r--r-- 1,312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
INCLUDES =					\
	-I$(top_srcdir)                         \
	-I$(top_srcdir)/widgets                 \
	$(EXTRA_GNOME_CFLAGS)			\
        -DG_LOG_DOMAIN=\"e-table\"

noinst_LTLIBRARIES = libgal-a11y-etable.la

libgal_a11y_etable_la_SOURCES =		\
	gal-a11y-e-tree.c			\
	gal-a11y-e-tree-factory.c		\
	gal-a11y-e-cell.c			\
	gal-a11y-e-cell-text.c			\
	gal-a11y-e-cell-tree.c			\
	gal-a11y-e-cell-toggle.c		\
	gal-a11y-e-cell-popup.c			\
	gal-a11y-e-cell-registry.c		\
	gal-a11y-e-cell-vbox.c			\
	gal-a11y-e-table.c			\
	gal-a11y-e-table-item.c			\
	gal-a11y-e-table-item-factory.c		\
	gal-a11y-e-table-click-to-add.c		\
	gal-a11y-e-table-column-header.c	\
	gal-a11y-e-table-click-to-add-factory.c	\
	gal-a11y-e-table-factory.c		

libgal_a11y_etableincludedir = $(privincludedir)/a11y/e-table

libgal_a11y_etableinclude_HEADERS =		\
	gal-a11y-e-tree.h			\
	gal-a11y-e-tree-factory.h		\
	gal-a11y-e-cell.h			\
	gal-a11y-e-cell-text.h			\
	gal-a11y-e-cell-tree.h			\
	gal-a11y-e-cell-toggle.h		\
	gal-a11y-e-cell-popup.h			\
	gal-a11y-e-cell-registry.h		\
	gal-a11y-e-cell-vbox.h			\
	gal-a11y-e-table.h			\
	gal-a11y-e-table-item.h			\
	gal-a11y-e-table-click-to-add-factory.h	\
	gal-a11y-e-table-click-to-add.h		\
	gal-a11y-e-table-column-header.h	\
	gal-a11y-e-table-item-factory.h		\
	gal-a11y-e-table-factory.h