summaryrefslogtreecommitdiff
path: root/components/tree/Makefile.am
blob: f8d4712e7e2f3c860b0f476f175f5cbfb9c2e5a6 (plain)
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
46
47
48
49
50
51
52
NULL =

INCLUDES =						\
	-DPREFIX=\"$(prefix)\"				\
	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
	-DG_LOG_DOMAIN=\"Nautilus-Tree\"		\
	-I$(top_srcdir)					\
	-I$(top_builddir)				\
	$(EEL_INCLUDEDIR) \
	$(LIBRSVG_INCLUDEDIR) \
	$(VFS_CFLAGS)					\
	$(GCONF_CFLAGS)					\
	$(GNOMEUI_CFLAGS)				\
	$(OAF_CFLAGS)					\
	$(BONOBO_CFLAGS)				\
	$(NULL)

TREE_VIEW_COMMON_SOURCES =			\
	nautilus-tree-change-queue.c		\
	nautilus-tree-change-queue.h		\
	nautilus-tree-expansion-state.c		\
	nautilus-tree-expansion-state.h		\
	nautilus-tree-model.c			\
	nautilus-tree-model.h			\
	nautilus-tree-node-private.h		\
	nautilus-tree-node.c			\
	nautilus-tree-node.h			\
	nautilus-tree-view-iids.h		\
	nautilus-tree-view.c			\
	nautilus-tree-view.h			\
	nautilus-tree-view-private.h		\
	nautilus-tree-view-dnd.c		\
	nautilus-tree-view-dnd.h		\
	$(NULL)


lib_LTLIBRARIES =			\
	libnautilus-tree-view.la

libnautilus_tree_view_la_SOURCES =         \
	$(TREE_VIEW_COMMON_SOURCES)        \
	libmain.c                          \
	$(NULL)

oafdir = $(datadir)/oaf
oaf_in_files = Nautilus_View_tree.oaf.in
oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)

@XML_I18N_MERGE_OAF_RULE@

EXTRA_DIST = $(oaf_in_files) $(oaf_DATA)