[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 01/01: Check for LIBM

noreply at xfce.org noreply at xfce.org
Mon Mar 2 21:48:15 CET 2015


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

andrzejr pushed a commit to branch master
in repository panel-plugins/xfce4-pulseaudio-plugin.

commit 3af1719afc85346b536fd105c6baf4200c4259af
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Mon Mar 2 20:47:59 2015 +0000

    Check for LIBM
---
 configure.ac.in          |    3 +++
 panel-plugin/Makefile.am |    3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index fbe519f..3923de4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -97,6 +97,9 @@ dnl **********************************
 XDT_CHECK_OPTIONAL_PACKAGE([KEYBINDER], [keybinder-3.0], [0.2.2], [keybinder],
                            [keybinder Support])
 
+AC_CHECK_LIBM
+AC_SUBST(LIBM)
+
 dnl ***********************************
 dnl *** Check for debugging support ***
 dnl ***********************************
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 1beb949..60c8c08 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -60,7 +60,8 @@ libpulseaudio_plugin_la_LIBADD = \
 	$(LIBXFCE4PANEL_LIBS) \
 	$(XFCONF_LIBS) \
 	$(IDO_LIBS) \
-	$(KEYBINDER_LIBS)
+	$(KEYBINDER_LIBS) \
+	$(LIBM)
 
 #
 # Desktop file

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


More information about the Xfce4-commits mailing list