From 094fe73c7cd651e3f64a592f4be75c58fe20b8e8 Mon Sep 17 00:00:00 2001
From: Stefano Karapetsas <stefano@karapetsas.com>
Date: Thu, 24 Nov 2011 12:28:03 +0100
Subject: fixed makefile in eee plugin

---
 plugins/eee/Makefile.am | 2 +-
 plugins/eee/Makefile.in | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins/eee/Makefile.am b/plugins/eee/Makefile.am
index 1845684..3d652b3 100644
--- a/plugins/eee/Makefile.am
+++ b/plugins/eee/Makefile.am
@@ -18,4 +18,4 @@ libeee_la_SOURCES = \
 	eee-plugin.c
 
 libeee_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) $(GLIB_LIBS)
-libeee_la_LIBADD = $(top_builddir)/lib/libmatesensors-applet-plugin.la
+libeee_la_LIBADD = $(top_builddir)/lib/libmate-sensors-applet-plugin.la
diff --git a/plugins/eee/Makefile.in b/plugins/eee/Makefile.in
index bcad96a..190954b 100644
--- a/plugins/eee/Makefile.in
+++ b/plugins/eee/Makefile.in
@@ -68,7 +68,7 @@ am__base_list = \
 am__installdirs = "$(DESTDIR)$(plugindir)"
 LTLIBRARIES = $(plugin_LTLIBRARIES)
 libeee_la_DEPENDENCIES =  \
-	$(top_builddir)/lib/libmatesensors-applet-plugin.la
+	$(top_builddir)/lib/libmate-sensors-applet-plugin.la
 am_libeee_la_OBJECTS = eee-plugin.lo
 libeee_la_OBJECTS = $(am_libeee_la_OBJECTS)
 libeee_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
@@ -273,7 +273,7 @@ libeee_la_SOURCES = \
 	eee-plugin.c
 
 libeee_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) $(GLIB_LIBS)
-libeee_la_LIBADD = $(top_builddir)/lib/libmatesensors-applet-plugin.la
+libeee_la_LIBADD = $(top_builddir)/lib/libmate-sensors-applet-plugin.la
 all: all-am
 
 .SUFFIXES:
-- 
cgit v1.2.1