diff options
author | Stefano Karapetsas <[email protected]> | 2011-11-24 00:32:25 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-11-24 00:32:25 +0100 |
commit | 356792a900c939c57aabbf4616062097008e1789 (patch) | |
tree | e4aeb402bc13ca71e2cde2c928807ea584b9d310 /lib/Makefile.am | |
parent | 3a5ccc30b7c037c621b7c9dedc7f19527fa85823 (diff) | |
download | mate-sensors-applet-356792a900c939c57aabbf4616062097008e1789.tar.bz2 mate-sensors-applet-356792a900c939c57aabbf4616062097008e1789.tar.xz |
fixed automake
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index cc83f96..95d564c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -13,7 +13,7 @@ INCLUDES = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ LIBS = $(GLIB_LIBS) # also build the libsensorsplugin library -lib_LTLIBRARIES = libsensors-applet-plugin.la +lib_LTLIBRARIES = libmate-sensors-applet-plugin.la -libsensors_applet_plugin_la_SOURCES = sensors-applet-plugin.c -libsensors_applet_plugin_la_LDFLAGS = -export-dynamic
\ No newline at end of file +libmate_sensors_applet_plugin_la_SOURCES = sensors-applet-plugin.c +libmate_sensors_applet_plugin_la_LDFLAGS = -export-dynamic |