diff options
author | Wu Xiaotian <[email protected]> | 2020-01-08 09:46:13 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-09 11:40:14 +0100 |
commit | 84131acf675e560d8259e8ba6199f881098a92e3 (patch) | |
tree | 9283b4a2ff8164ad5803e41ba7248d9847c4749d /timerapplet | |
parent | 7d490a556a3b0fc8e58daf245e0fbf0a086adfb6 (diff) | |
download | mate-applets-84131acf675e560d8259e8ba6199f881098a92e3.tar.bz2 mate-applets-84131acf675e560d8259e8ba6199f881098a92e3.tar.xz |
fix redefined MATELOCALEDIR
Diffstat (limited to 'timerapplet')
-rw-r--r-- | timerapplet/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/timerapplet/Makefile.am b/timerapplet/Makefile.am index c4b0ac16..08552191 100644 --- a/timerapplet/Makefile.am +++ b/timerapplet/Makefile.am @@ -3,7 +3,6 @@ AM_CPPFLAGS = \ $(MATEDESKTOP_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ -I$(srcdir) \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ $(DISABLE_DEPRECATED_CFLAGS) APPLET_LOCATION = $(libexecdir)/timer-applet |