diff options
Diffstat (limited to 'plugins/pmu-sys')
-rw-r--r-- | plugins/pmu-sys/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pmu-sys/Makefile.am b/plugins/pmu-sys/Makefile.am index d8442fc..849028e 100644 --- a/plugins/pmu-sys/Makefile.am +++ b/plugins/pmu-sys/Makefile.am @@ -1,5 +1,5 @@ # PMU-SYS plugin -plugindir = $(libdir)/sensors-applet/plugins +plugindir = $(libdir)/mate-sensors-applet/plugins INCLUDES = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ -DG_LOG_DOMAIN=\""Sensors Applet"\" \ @@ -18,4 +18,4 @@ libpmu_sys_la_SOURCES = \ pmu-sys-plugin.c libpmu_sys_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) $(GLIB_LIBS) -libpmu_sys_la_LIBADD = $(top_builddir)/lib/libsensors-applet-plugin.la +libpmu_sys_la_LIBADD = $(top_builddir)/lib/libmate-sensors-applet-plugin.la |