diff options
Diffstat (limited to 'plugins/eee')
-rw-r--r-- | plugins/eee/Makefile.am | 2 | ||||
-rw-r--r-- | 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: |