diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 47394ff..837e433 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = \ @INTLTOOL_DESKTOP_RULE@ autostartdir = $(sysconfdir)/xdg/autostart -autostart_in_files = mate-volume-control-applet.desktop.in +autostart_in_files = mate-volume-control-status-icon.desktop.in autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) appsdir = $(datadir)/applications @@ -24,7 +24,7 @@ CLEANFILES = \ $(NULL) DISTCLEANFILES = \ - mate-volume-control-applet.desktop \ + mate-volume-control-status-icon.desktop \ $(NULL) -include $(top_srcdir)/git.mk |