~ubuntu-branches/debian/squeeze/galeon/squeeze

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
INCLUDES = \
	-I$(top_srcdir)/utils       \
	-I$(top_builddir)/utils       \
	-I$(top_srcdir)/mozilla	    \
	-I$(MOZILLA_INCLUDE_ROOT)/gtkembedmoz \
	$(gtkhtmlembed_includes)	\
	$(GALEON_DEPENDENCY_CFLAGS) \
	-DSHARE_DIR=\"$(pkgdatadir)\"

if ENABLE_GTKHTML_EMBED
gtkhtmlembed_includes = -I$(top_srcdir)/gtkhtml
endif

noinst_LTLIBRARIES = libembed.la

libembed_la_SOURCES = \
	galeon-embed-types.h		\
	js-console.c			\
	js-console.h			\
	cookie-info.c			\
	cookie-info.h			\
	downloader-view.c		\
	downloader-view.h		\
	global-history.c		\
	global-history.h		\
	galeon-embed.c			\
	galeon-embed.h			\
	galeon-embed-shell.c		\
	galeon-embed-shell.h		\
	galeon-embed-persist.c		\
	galeon-embed-persist.h		\
	galeon-embed-popup.c		\
	galeon-embed-popup.h		\
	galeon-embed-popup-control.c	\
	galeon-embed-popup-control.h	\
	galeon-embed-event.c		\
	galeon-embed-event.h		\
	galeon-embed-utils.c		\
	galeon-embed-utils.h		\
	galeon-embed-dialog.c		\
	galeon-embed-dialog.h		\
	galeon-encodings.h		\
	galeon-encodings.c		\
	find-dialog.c			\
	find-dialog.h			\
	print-dialog.c			\
	print-dialog.h			\
	galeon-embed-prefs.h		\
	galeon-embed-helper-list.c	\
	galeon-embed-helper-list.h