blob: 96d440d4f6a2cedd3e063031f1806f1972fc7c16 (
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
|
SUBDIRS = mozilla
INCLUDES = \
-I$(top_srcdir)/embed/mozilla \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/lib/widgets \
-I$(MOZILLA_INCLUDE_ROOT)/gtkembedmoz \
$(WARN_CFLAGS) \
$(EPIPHANY_DEPENDENCY_CFLAGS) \
-DSHARE_DIR=\"$(pkgdatadir)\" \
-DG_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGNOME_DISABLE_DEPRECATED
noinst_LTLIBRARIES = libephyembed.la
libephyembed_la_SOURCES = \
downloader-view.c \
downloader-view.h \
ephy-embed.c \
ephy-embed.h \
ephy-embed-dialog.c \
ephy-embed-dialog.h \
ephy-embed-event.c \
ephy-embed-event.h \
ephy-embed-persist.c \
ephy-embed-persist.h \
ephy-embed-popup.c \
ephy-embed-popup.h \
ephy-embed-popup-bw.c \
ephy-embed-popup-bw.h \
ephy-embed-popup-control.c \
ephy-embed-popup-control.h \
ephy-embed-prefs.h \
ephy-embed-single.c \
ephy-embed-single.h \
ephy-embed-shell.c \
ephy-embed-shell.h \
ephy-embed-types.h \
ephy-embed-utils.c \
ephy-embed-utils.h \
ephy-favicon-cache.c \
ephy-favicon-cache.h \
ephy-history.c \
ephy-history.h \
find-dialog.c \
find-dialog.h \
print-dialog.c \
print-dialog.h
libephyembed_la_LIBADD = \
$(top_builddir)/embed/mozilla/libephymozillaembed.la
|