summaryrefslogtreecommitdiff
path: root/capplets/file-types/Makefile.am
blob: 14faaa9e1ae196d842ec0eab7a24c31b46c2fe8c (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
58
59
60
61
62
63
64
NULL =

SUBDIRS = libuuid

INCLUDES = -I. 						\
	-I$(top_srcdir) 				\
	-I$(srcdir) 					\
	-I$(top_srcdir)/intl -I$(top_builddir)/intl	\
	-I$(top_srcdir)/libgnomevfs			\
	$(CAPPLET_INCLUDEDIR)				\
	$(OAF_CFLAGS)					\
	$(GNOME_INCLUDEDIR)				\
	$(GTK_CFLAGS)					\
	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
	-I$(includedir)					\
	$(VFS_CFLAGS) $(WERROR)				\
	$(NULL)


bin_PROGRAMS = file-types-capplet

file_types_capplet_SOURCES =			\
	nautilus-mime-type-capplet.h 		\
	nautilus-mime-type-capplet-dialogs.h 	\
	nautilus-mime-type-icon-entry.h		\
	nautilus-mime-type-capplet.c		\
	nautilus-mime-type-capplet-dialogs.c 	\
	nautilus-mime-type-icon-entry.c		\
	$(NULL)


file_types_capplet_LDADD =						\
			$(CAPPLET_LIBDIR) 				\
			$(CAPPLET_LIBS) 				\
			$(ORBIT_LIBS) 					\
			$(OAF_LIBS)					\
			$(INTLLIBS) 					\
			$(top_builddir)/libgnomevfs/libgnomevfs.la 	\
			-lgdk_pixbuf					\
			$/libuuid/libuuid.a				\
			$(NULL)


sysdir = $(datadir)/control-center/Documents
sys_in_files = file-types-capplet.desktop.in 
sys_DATA = $(sys_in_files:.desktop.in=.desktop)

settingsdir = $(datadir)/gnome/apps/Settings
settings_DATA = $(sys_DATA)

desktop_in_file = file-types-capplet.desktop.in

desktop_file = $(desktop_in_file:.desktop.in=.desktop)

@XML_I18N_MERGE_DESKTOP_RULE@

EXTRA_DIST = \
	$(sys_DATA) $(desktop_in_file)