summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2011-11-24 00:32:25 +0100
committerStefano Karapetsas <[email protected]>2011-11-24 00:32:25 +0100
commit356792a900c939c57aabbf4616062097008e1789 (patch)
treee4aeb402bc13ca71e2cde2c928807ea584b9d310 /lib
parent3a5ccc30b7c037c621b7c9dedc7f19527fa85823 (diff)
downloadmate-sensors-applet-356792a900c939c57aabbf4616062097008e1789.tar.bz2
mate-sensors-applet-356792a900c939c57aabbf4616062097008e1789.tar.xz
fixed automake
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am6
-rw-r--r--lib/Makefile.in29
2 files changed, 18 insertions, 17 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
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 6d2c7b9..b912da6 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -67,14 +67,15 @@ am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(libdir)"
LTLIBRARIES = $(lib_LTLIBRARIES)
-libsensors_applet_plugin_la_LIBADD =
-am_libsensors_applet_plugin_la_OBJECTS = sensors-applet-plugin.lo
-libsensors_applet_plugin_la_OBJECTS = \
- $(am_libsensors_applet_plugin_la_OBJECTS)
-libsensors_applet_plugin_la_LINK = $(LIBTOOL) --tag=CC \
+libmate_sensors_applet_plugin_la_LIBADD =
+am_libmate_sensors_applet_plugin_la_OBJECTS = \
+ sensors-applet-plugin.lo
+libmate_sensors_applet_plugin_la_OBJECTS = \
+ $(am_libmate_sensors_applet_plugin_la_OBJECTS)
+libmate_sensors_applet_plugin_la_LINK = $(LIBTOOL) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
- $(AM_CFLAGS) $(CFLAGS) $(libsensors_applet_plugin_la_LDFLAGS) \
- $(LDFLAGS) -o $@
+ $(AM_CFLAGS) $(CFLAGS) \
+ $(libmate_sensors_applet_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/sensors-applet
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
@@ -88,8 +89,8 @@ CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
-SOURCES = $(libsensors_applet_plugin_la_SOURCES)
-DIST_SOURCES = $(libsensors_applet_plugin_la_SOURCES)
+SOURCES = $(libmate_sensors_applet_plugin_la_SOURCES)
+DIST_SOURCES = $(libmate_sensors_applet_plugin_la_SOURCES)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -268,9 +269,9 @@ INCLUDES = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \
# also build the libsensorsplugin library
-lib_LTLIBRARIES = libsensors-applet-plugin.la
-libsensors_applet_plugin_la_SOURCES = sensors-applet-plugin.c
-libsensors_applet_plugin_la_LDFLAGS = -export-dynamic
+lib_LTLIBRARIES = libmate-sensors-applet-plugin.la
+libmate_sensors_applet_plugin_la_SOURCES = sensors-applet-plugin.c
+libmate_sensors_applet_plugin_la_LDFLAGS = -export-dynamic
all: all-am
.SUFFIXES:
@@ -336,8 +337,8 @@ clean-libLTLIBRARIES:
echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \
done
-libsensors-applet-plugin.la: $(libsensors_applet_plugin_la_OBJECTS) $(libsensors_applet_plugin_la_DEPENDENCIES)
- $(libsensors_applet_plugin_la_LINK) -rpath $(libdir) $(libsensors_applet_plugin_la_OBJECTS) $(libsensors_applet_plugin_la_LIBADD) $(LIBS)
+libmate-sensors-applet-plugin.la: $(libmate_sensors_applet_plugin_la_OBJECTS) $(libmate_sensors_applet_plugin_la_DEPENDENCIES)
+ $(libmate_sensors_applet_plugin_la_LINK) -rpath $(libdir) $(libmate_sensors_applet_plugin_la_OBJECTS) $(libmate_sensors_applet_plugin_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)