[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 04/08: Replace the deprecated INCLUDES with AM_CPPFLAGS
noreply at xfce.org
noreply at xfce.org
Tue Mar 3 23:45:59 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 f09628c39a4d8a049d1179a33cd32309fb54a69d
Author: Guido Berhoerster <guido+xfce at berhoerster.name>
Date: Tue Mar 3 20:08:15 2015 +0100
Replace the deprecated INCLUDES with AM_CPPFLAGS
---
panel-plugin/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 8f0fa21..624432b 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -1,9 +1,10 @@
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"pulseaudio-plugin\" \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
-DDEFAULT_MIXER_COMMAND=\"$(DEFAULT_MIXER_COMMAND)\" \
+ -DDATADIR=\""$(datadir)"\" \
$(PLATFORM_CPPFLAGS)
#
@@ -44,8 +45,7 @@ libpulseaudio_plugin_la_CFLAGS = \
$(XFCONF_CFLAGS) \
$(IDO_CFLAGS) \
$(KEYBINDER_CFLAGS) \
- $(PLATFORM_CFLAGS) \
- -DDATADIR=\""$(datadir)"\"
+ $(PLATFORM_CFLAGS)
libpulseaudio_plugin_la_LDFLAGS = \
-avoid-version \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list