[gnome-settings-daemon] build: Export plugin name in PLUGIN_CFLAGS
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] build: Export plugin name in PLUGIN_CFLAGS
- Date: Mon, 2 Jul 2012 14:27:27 +0000 (UTC)
commit c692a059f51286d79ca2fdba18a48fe3f2f9ee57
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jul 2 13:36:49 2012 +0100
build: Export plugin name in PLUGIN_CFLAGS
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5a5e98f..614d2b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -391,7 +391,7 @@ fi
plugindir='$(libdir)/gnome-settings-daemon-gsd_api_version'
AC_SUBST([plugindir])
-PLUGIN_CFLAGS="-DG_LOG_DOMAIN=\"\\\"\$(plugin_name)-plugin\\\"\""
+PLUGIN_CFLAGS="-DG_LOG_DOMAIN=\"\\\"\$(plugin_name)-plugin\\\"\" -DPLUGIN_NAME=\"\\\"\$(plugin_name)\\\"\" "
AC_SUBST(PLUGIN_CFLAGS)
dnl ---------------------------------------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]