diff options
author | monsta <[email protected]> | 2020-03-04 08:46:03 +0300 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-03-04 10:49:01 +0100 |
commit | ac0ebc185e14891ffeb98a94f35109603ee45078 (patch) | |
tree | 3f89bc3ed41da80a1878a8b02bd5de9eb9e0ca72 /netspeed/src | |
parent | 35ffe3e9389e7313fafc92dc780fae49262ee9b3 (diff) | |
download | mate-applets-ac0ebc185e14891ffeb98a94f35109603ee45078.tar.bz2 mate-applets-ac0ebc185e14891ffeb98a94f35109603ee45078.tar.xz |
netspeed: don't define MATELOCALEDIR
it's already defined in configure.ac for all applets
Diffstat (limited to 'netspeed/src')
-rw-r--r-- | netspeed/src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/netspeed/src/Makefile.am b/netspeed/src/Makefile.am index 8fe8c569..a2bd2cb1 100644 --- a/netspeed/src/Makefile.am +++ b/netspeed/src/Makefile.am @@ -1,7 +1,6 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(includedir) \ $(GIO_CFLAGS) $(GTOP_APPLETS_CFLAGS) \ $(MATE_APPLETS4_CFLAGS) $(MATEDESKTOP_CFLAGS) \ - -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DNETSPEED_MENU_UI_DIR=\""$(datadir)/mate/ui"\" libexec_PROGRAMS = mate-netspeed-applet |