diff options
Diffstat (limited to 'drivemount/Makefile.am')
-rw-r--r-- | drivemount/Makefile.am | 6 |
1 files changed, 3 insertions, 3 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) |