summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: cb63c6b3cb93f2f76dae172ee8f9bd8d3acbf935 (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
53
54
55
56
57
NULL=

INCLUDES =\
	-I$(top_srcdir) 		\
	-I$(top_builddir) 		\
	-I$(top_builddir)/libnautilus 	\
	$(BONOBO_CFLAGS) 		\
	$(OAF_CFLAGS) 			\
	$(GCONF_CFLAGS) 		\
	$(GNOMEUI_CFLAGS) 		\
	$(VFS_CFLAGS) 			\
	$(XML_CFLAGS) 			\
	-DVERSION="\"$(VERSION)\"" 	\
	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" 		\
	-DNAUTILUS_DATADIR=\""$(datadir)/nautilus"\" 		\
	$(NULL)
#	-DBACKGROUNDS_DIR=\""$(top_srcdir)/data/backgrounds"\"	\

LDADD =\
	$(top_builddir)/libnautilus/libnautilus.la 				\
	$(top_builddir)/libnautilus-extensions/libnautilus-extensions.la	\
	$(BONOBO_LIBS) 			\
	$(OAF_LIBS) 			\
	$(GCONF_LIBS) 			\
	$(GNOMEUI_LIBS) 		\
	$(VFS_LIBS) 			\
	$(XML_LIBS) 			\
	$(NULL)

noinst_PROGRAMS =\
	test-nautilus-font 		\
	test-nautilus-font-picker 	\
	test-nautilus-image 		\
	test-nautilus-label 		\
	test-nautilus-mime-actions 	\
	test-nautilus-mime-actions-set 	\
	test-nautilus-password-dialog 	\
	test-nautilus-preferences 	\
	test-nautilus-widgets 		\
	test-nautilus-background	\
	$(NULL)

test_nautilus_font_SOURCES = test-nautilus-font.c
test_nautilus_font_picker_SOURCES = test-nautilus-font-picker.c
test_nautilus_image_SOURCES = test-nautilus-image.c
test_nautilus_label_SOURCES = test-nautilus-label.c
test_nautilus_mime_actions_SOURCES = test-nautilus-mime-actions.c
test_nautilus_mime_actions_set_SOURCES = test-nautilus-mime-actions-set.c
test_nautilus_password_dialog_SOURCES = test-nautilus-password-dialog.c
test_nautilus_preferences_SOURCES = test-nautilus-preferences.c
test_nautilus_widgets_SOURCES = test-nautilus-widgets.c
test_nautilus_background_SOURCES = test-nautilus-background.c

EXTRA_DIST =\
	font-test.sh \
	$(NULL)