diff options
author | Monsta <[email protected]> | 2015-12-11 14:10:27 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-12-11 14:10:27 +0300 |
commit | 7321849b26c2037fdf40c42ba2f408bd3e1e3dfb (patch) | |
tree | ddaf896a215a637d0cda4cf27ffe09a964779287 /stickynotes/Makefile.am | |
parent | d6c676a94f295f8503aa4d93557cfa49870e92cf (diff) | |
download | mate-applets-7321849b26c2037fdf40c42ba2f408bd3e1e3dfb.tar.bz2 mate-applets-7321849b26c2037fdf40c42ba2f408bd3e1e3dfb.tar.xz |
stickynotes: use '-' instead of '_' in the name of applet's binary
Diffstat (limited to 'stickynotes/Makefile.am')
-rw-r--r-- | stickynotes/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am index 27950c76..88044b67 100644 --- a/stickynotes/Makefile.am +++ b/stickynotes/Makefile.am @@ -20,7 +20,7 @@ AM_CPPFLAGS = \ -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\"\ -DSTICKYNOTES_ICONDIR=\"$(datadir)/pixmaps/mate-stickynotes/\" -libexec_PROGRAMS = stickynotes_applet +libexec_PROGRAMS = stickynotes-applet stickynotes_applet_SOURCES = \ util.h \ |