blob: 71980752c7abe8327805eb4286ee8cdc5a449d28 (
plain) (
blame)
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
53
54
55
56
57
58
59
60
61
|
noinst_LTLIBRARIES = libephywidgets.la
libephywidgets_la_SOURCES = \
ephy-certificate-dialog.c \
ephy-certificate-dialog.h \
ephy-download-widget.c \
ephy-download-widget.h \
ephy-history-view.c \
ephy-history-view.h \
ephy-hosts-store.c \
ephy-hosts-store.h \
ephy-hosts-view.c \
ephy-hosts-view.h \
ephy-location-entry.c \
ephy-location-entry.h \
ephy-middle-clickable-button.c \
ephy-middle-clickable-button.h \
ephy-node-view.c \
ephy-node-view.h \
ephy-search-entry.c \
ephy-search-entry.h \
ephy-tree-model-node.c \
ephy-tree-model-node.h \
ephy-tree-model-sort.c \
ephy-tree-model-sort.h \
ephy-urls-store.c \
ephy-urls-store.h \
ephy-urls-view.c \
ephy-urls-view.h \
ephy-zoom-action.h \
ephy-zoom-action.c \
gd-main-icon-view.c \
gd-main-icon-view.h \
gd-main-list-view.c \
gd-main-list-view.h \
gd-main-view-generic.c \
gd-main-view-generic.h \
gd-main-view.c \
gd-main-view.h \
gd-toggle-pixbuf-renderer.c \
gd-toggle-pixbuf-renderer.h \
gd-two-lines-renderer.c \
gd-two-lines-renderer.h \
nautilus-floating-bar.c \
nautilus-floating-bar.h \
totem-glow-button.c \
totem-glow-button.h
libephywidgets_la_CPPFLAGS = \
-I$(top_builddir)/lib \
-I$(top_builddir)/lib/widgets \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/embed \
-I$(top_srcdir)/lib/egg \
-I$(top_srcdir)/lib/history \
-DSHARE_DIR=\"$(pkgdatadir)\" \
$(AM_CPPFLAGS)
libephywidgets_la_CFLAGS = \
$(DEPENDENCIES_CFLAGS) \
$(AM_CFLAGS)
|