diff options
author | rbuj <[email protected]> | 2020-06-10 15:44:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-11 15:27:43 +0200 |
commit | e979a2364485108e751660874236ebaae0e2e475 (patch) | |
tree | 998e938c1dd530055428db3a7719d4c18ee419b4 /lib | |
parent | ac91166e411416840dec821af38d190beb07ea9e (diff) | |
download | mate-sensors-applet-e979a2364485108e751660874236ebaae0e2e475.tar.bz2 mate-sensors-applet-e979a2364485108e751660874236ebaae0e2e475.tar.xz |
build: prevents two consecutive slashes in plugin file path
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 625304f..85e8fb9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,7 +4,6 @@ AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ -DPIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)/"\" \ -DDATADIR=\""$(datadir)"\" \ -DLIBDIR=\""$(libdir)"\" \ - -DSENSORS_APPLET_PLUGIN_DIR=\""$(libdir)/$(PACKAGE)/plugins/"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DPREFIX=\""$(prefix)"\" \ -I$(top_srcdir) \ |