diff options
Diffstat (limited to 'drivemount')
-rw-r--r-- | drivemount/Makefile.am | 6 | ||||
-rw-r--r-- | drivemount/org.mate.applets.DriveMountApplet.mate-panel-applet.in.in | 2 | ||||
-rw-r--r-- | drivemount/org.mate.panel.applet.DriveMountAppletFactory.service.in | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/drivemount/Makefile.am b/drivemount/Makefile.am index b2e99df5..dc0f225b 100644 --- a/drivemount/Makefile.am +++ b/drivemount/Makefile.am @@ -7,16 +7,16 @@ AM_CPPFLAGS = \ $(MATE_APPLETS4_CFLAGS) \ $(MATEDESKTOP_CFLAGS) -libexec_PROGRAMS = drivemount-applet +libexec_PROGRAMS = mate-drivemount-applet -drivemount_applet_SOURCES = \ +mate_drivemount_applet_SOURCES = \ drivemount.c \ drive-list.c \ drive-list.h \ drive-button.c \ drive-button.h -drivemount_applet_LDADD = \ +mate_drivemount_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ $(MATEDESKTOP_LIBS) diff --git a/drivemount/org.mate.applets.DriveMountApplet.mate-panel-applet.in.in b/drivemount/org.mate.applets.DriveMountApplet.mate-panel-applet.in.in index 2cff60f5..39bae82b 100644 --- a/drivemount/org.mate.applets.DriveMountApplet.mate-panel-applet.in.in +++ b/drivemount/org.mate.applets.DriveMountApplet.mate-panel-applet.in.in @@ -1,6 +1,6 @@ [Applet Factory] Id=DriveMountAppletFactory -Location=@LIBEXECDIR@/drivemount-applet +Location=@LIBEXECDIR@/mate-drivemount-applet _Name=Drive Mount Applet Factory _Description=Factory for drive mount applet diff --git a/drivemount/org.mate.panel.applet.DriveMountAppletFactory.service.in b/drivemount/org.mate.panel.applet.DriveMountAppletFactory.service.in index 898c4f09..90d44b42 100644 --- a/drivemount/org.mate.panel.applet.DriveMountAppletFactory.service.in +++ b/drivemount/org.mate.panel.applet.DriveMountAppletFactory.service.in @@ -1,3 +1,3 @@ [D-BUS Service] Name=org.mate.panel.applet.DriveMountAppletFactory -Exec=@LIBEXECDIR@/drivemount-applet +Exec=@LIBEXECDIR@/mate-drivemount-applet |