~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to data/Makefile.am

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## arch-tag: Automake rules for various data files
2
2
 
3
 
SUBDIRS = ui art glade
 
3
SUBDIRS = ui glade art
4
4
 
5
5
@INTLTOOL_SERVER_RULE@
6
6
@INTLTOOL_DESKTOP_RULE@
37
37
        $(srcdir)/generate-keys.sh $(srcdir)/rhythmbox.applications \
38
38
        > rhythmbox.keys
39
39
 
 
40
# Dbus service file
 
41
servicedir = $(DBUS_SERVICES_DIR)
 
42
service_in_files = org.gnome.Rhythmbox.service.in
 
43
service_DATA = $(service_in_files:.service.in=.service)
 
44
 
 
45
# Rule to make the service file with bindir expanded
 
46
$(service_DATA): $(service_in_files) Makefile
 
47
        @sed -e "s|\@bindir\@|$(bindir)|" $< > $@
 
48
 
40
49
if GCONF_SCHEMAS_INSTALL
41
50
install-data-local: $(schema_DATA)
42
51
        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA);
43
52
endif
44
53
 
45
54
EXTRA_DIST = $(server_in_files)     \
 
55
             $(service_in_files)    \
46
56
             $(appicon_DATA)        \
47
57
             $(Multimedia_in_files) \
48
58
             $(applications_DATA)   \
50
60
             $(iradio_DATA)         \
51
61
                generate-keys.sh
52
62
 
53
 
CLEANFILES = rhythmbox.desktop rhythmbox.keys GNOME_Rhythmbox.server
 
63
CLEANFILES = rhythmbox.desktop rhythmbox.keys GNOME_Rhythmbox.server org.gnome.Rhythmbox.service