diff options
author | Monsta <[email protected]> | 2015-12-11 14:32:38 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-12-11 14:32:38 +0300 |
commit | 7b0f6f1b1e50be586e42ca57778cc526acc9e356 (patch) | |
tree | 2370a46d36fe49e2a299065f0ae603178339124f /Makefile.am | |
parent | 74b167bc757cc88f705de46e6f98038108f1ebaf (diff) | |
download | mate-sensors-applet-7b0f6f1b1e50be586e42ca57778cc526acc9e356.tar.bz2 mate-sensors-applet-7b0f6f1b1e50be586e42ca57778cc526acc9e356.tar.xz |
rename .mate-panel-applet file for consistency with other applets
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dd042b0..9668622 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = sensors-applet lib plugins pixmaps po help ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} appletdir = $(datadir)/mate-panel/applets -applet_in_files = org.mate.applets.sensors-applet.mate-panel-applet.in +applet_in_files = org.mate.applets.SensorsApplet.mate-panel-applet.in applet_DATA = $(applet_in_files:.mate-panel-applet.in=.mate-panel-applet) $(applet_in_files): $(applet_in_files).in Makefile |