Subversion Repositories blueman

[/] [trunk/] [data/] [Makefile.am] - Rev 235

Compare with Previous | Blame | Download | View Log

@INTLTOOL_DESKTOP_RULE@ 
autostartdir = $(sysconfdir)/xdg/autostart
autostart_in_files = blueman.desktop.in
autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)

@INTLTOOL_DESKTOP_RULE@ 
appdir = $(datadir)/applications
app_in_files = blueman-manager.desktop.in
app_DATA = $(app_in_files:.desktop.in=.desktop)


EXTRA_DIST =    $(autostart_in_files)   \
        $(app_in_files)

SUBDIRS =       \
    configs     \
    icons       \
    ui      \
    man

CLEANFILES =        \
    blueman-manager.desktop \
    blueman.desktop     \
    $(BUILT_SOURCES)
    
DISTCLEANFILES = \
    $(CLEANFILES)

Compare with Previous | Blame | Download | View Log