blob: 66c9f9084b170f30df2e0288d347932c8b22548c (
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
|
noinst_LTLIBRARIES = libephywidgets.la
libephywidgets_la_SOURCES = \
ephy-download-widget.c \
ephy-download-widget.h \
ephy-location-entry.c \
ephy-location-entry.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 \
totem-glow-button.c \
totem-glow-button.h \
ephy-zoom-action.h \
ephy-zoom-action.c \
ephy-zoom-control.c \
ephy-zoom-control.h \
gedit-overlay.c \
gedit-overlay.h \
gedit-overlay-child.c \
gedit-overlay-child.h \
ephy-overlay-escaping-child.c \
ephy-overlay-escaping-child.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 \
-DSHARE_DIR=\"$(pkgdatadir)\" \
$(AM_CPPFLAGS)
libephywidgets_la_CFLAGS = \
$(DEPENDENCIES_CFLAGS) \
$(AM_CFLAGS)
|