diff options
author | Stefano Karapetsas <[email protected]> | 2011-11-24 12:28:03 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-11-24 12:28:03 +0100 |
commit | 094fe73c7cd651e3f64a592f4be75c58fe20b8e8 (patch) | |
tree | 908bd396fc0a53a21328e0255454a9a97337256e /plugins/eee/Makefile.am | |
parent | 356792a900c939c57aabbf4616062097008e1789 (diff) | |
download | mate-sensors-applet-094fe73c7cd651e3f64a592f4be75c58fe20b8e8.tar.bz2 mate-sensors-applet-094fe73c7cd651e3f64a592f4be75c58fe20b8e8.tar.xz |
fixed makefile in eee plugin
Diffstat (limited to 'plugins/eee/Makefile.am')
-rw-r--r-- | plugins/eee/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 |