[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 77/96: Rename shared object file so that debhelper doesnt treat it as a public library, solving pkg-has-shlibs-control-file-but-no-actual-shared-libs

noreply at xfce.org noreply at xfce.org
Thu Nov 27 22:21:22 CET 2014


This is an automated email from the git hooks/post-receive script.

nick pushed a commit to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.

commit 263d65d29f7fd8f61052b6ef94843bc9171bd978
Author: OmegaPhil <OmegaPhil at gmail.com>
Date:   Tue Aug 5 17:14:30 2014 +0100

    Rename shared object file so that debhelper doesnt treat it as a public library, solving pkg-has-shlibs-control-file-but-no-actual-shared-libs
---
 src/Makefile.am |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 9253f11..dddd442 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,10 +9,10 @@
 
 # Defining libraries to be built and their installation destination
 plugindir = $(libdir)/xfce4/panel/plugins
-plugin_LTLIBRARIES = libhardware-monitor.la
+plugin_LTLIBRARIES = libhardwaremonitor.la
 
 # List of source files needed to build the library
-libhardware_monitor_la_SOURCES = \
+libhardwaremonitor_la_SOURCES = \
                       applet.cpp applet.hpp \
                       bar-view.cpp bar-view.hpp \
                       choose-monitor-window.cpp choose-monitor-window.hpp \
@@ -33,20 +33,20 @@ libhardware_monitor_la_SOURCES = \
                       value-history.cpp value-history.hpp \
                       ucompose.hpp
 
-libhardware_monitor_la_LDFLAGS = \
+libhardwaremonitor_la_LDFLAGS = \
                       -avoid-version \
                       -module \
                       -no-undefined \
     -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)'
 
 
-libhardware_monitor_la_CPPFLAGS = \
+libhardwaremonitor_la_CPPFLAGS = \
                         -DHARDWARE_MONITOR_GLADEDIR=\""$(gladedir)/"\" \
                         -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
                         @LIBXFCE4PANEL_CFLAGS@ \
                         @LIBXFCE4UI_CFLAGS@
 
-libhardware_monitor_la_LIBADD = \
+libhardwaremonitor_la_LIBADD = \
                         @LIBXFCE4PANEL_LIBS@ \
                         @LIBXFCE4UI_LIBS@ \
                         $(DEPS_LIBS) $(SENSORS_LIBS)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list