summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImran Zaman <imran.zaman@intel.com>2014-07-04 05:59:41 -0700
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2014-07-04 05:59:41 -0700
commit23fe6c2cfaaeacfccf8da97ef9627bff77217f0f (patch)
tree49ed4213d7d8a62962efb4976f04f81fdbc3c70f
parentbd4916aa0ec5abeb795d906a52fa9111369d6573 (diff)
parent21f4ab37dc9dcdbfe9efb1af3c80c52b3dcc6b9e (diff)
downloadgsignond-23fe6c2cfaaeacfccf8da97ef9627bff77217f0f.tar.gz
gsignond-23fe6c2cfaaeacfccf8da97ef9627bff77217f0f.tar.bz2
gsignond-23fe6c2cfaaeacfccf8da97ef9627bff77217f0f.zip
Merge "Fixed config.h header inclusion problem" into tizensubmit/tizen/20140704.130116
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rwxr-xr-xdists/debian/rules2
-rw-r--r--docs/html/api-index-full.html4
-rw-r--r--include/gsignond/gsignond-log.h2
5 files changed, 7 insertions, 5 deletions
diff --git a/configure b/configure
index 2f20cc6..5579ec0 100755
--- a/configure
+++ b/configure
@@ -13032,6 +13032,8 @@ GSIGNOND_CFLAGS="$GSIGNOND_CFLAGS -D_POSIX_C_SOURCE=\\\"200809L\\\" -D_GNU_SOURC
GSIGNOND_CFLAGS="$GSIGNOND_CFLAGS -Wall -DG_LOG_DOMAIN=\\\"gsignond\\\""
if test "x$enable_debug" = "xno" ; then
GSIGNOND_CFLAGS="$GSIGNOND_CFLAGS -Werror"
+else
+ GSIGNOND_CFLAGS="$GSIGNOND_CFLAGS -DENABLE_DEBUG"
fi
# GSIGNOND_LIBS="$GSIGNOND_LIBS -lduma"
diff --git a/configure.ac b/configure.ac
index 579ac5c..c7b43bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,6 +177,8 @@ GSIGNOND_CFLAGS="$GSIGNOND_CFLAGS -D_POSIX_C_SOURCE=\\\"200809L\\\" -D_GNU_SOURC
GSIGNOND_CFLAGS="$GSIGNOND_CFLAGS -Wall -DG_LOG_DOMAIN=\\\"gsignond\\\""
if test "x$enable_debug" = "xno" ; then
GSIGNOND_CFLAGS="$GSIGNOND_CFLAGS -Werror"
+else
+ GSIGNOND_CFLAGS="$GSIGNOND_CFLAGS -DENABLE_DEBUG"
fi
# GSIGNOND_LIBS="$GSIGNOND_LIBS -lduma"
diff --git a/dists/debian/rules b/dists/debian/rules
index 55bee4d..c59a978 100755
--- a/dists/debian/rules
+++ b/dists/debian/rules
@@ -16,7 +16,7 @@ export DH_OPTIONS
dh $@ --parallel
override_dh_auto_configure:
- dh_auto_configure -- --enable-dbus-type=session --enable-gtk-doc --enable-debug
+ dh_auto_configure -- --enable-dbus-type=session --enable-gtk-doc
override_dh_auto_test:
true
diff --git a/docs/html/api-index-full.html b/docs/html/api-index-full.html
index 503f5ef..8df48b8 100644
--- a/docs/html/api-index-full.html
+++ b/docs/html/api-index-full.html
@@ -277,11 +277,11 @@
</dt>
<dd></dd>
<dt>
-<a class="link" href="gsignond-Errors.html#GSIGNOND-ERROR:CAPS" title="GSIGNOND_ERROR">GSIGNOND_ERROR</a>, macro in <a class="link" href="gsignond-Errors.html" title="Errors">Errors</a>
+<a class="link" href="gsignond-Errors.html#GSignondError" title="enum GSignondError">GSignondError</a>, enum in <a class="link" href="gsignond-Errors.html" title="Errors">Errors</a>
</dt>
<dd></dd>
<dt>
-<a class="link" href="gsignond-Errors.html#GSignondError" title="enum GSignondError">GSignondError</a>, enum in <a class="link" href="gsignond-Errors.html" title="Errors">Errors</a>
+<a class="link" href="gsignond-Errors.html#GSIGNOND-ERROR:CAPS" title="GSIGNOND_ERROR">GSIGNOND_ERROR</a>, macro in <a class="link" href="gsignond-Errors.html" title="Errors">Errors</a>
</dt>
<dd></dd>
<dt>
diff --git a/include/gsignond/gsignond-log.h b/include/gsignond/gsignond-log.h
index fcb65e0..ad1e6e0 100644
--- a/include/gsignond/gsignond-log.h
+++ b/include/gsignond/gsignond-log.h
@@ -25,8 +25,6 @@
#ifndef __GSIGNOND_LOG_H_
#define __GSIGNOND_LOG_H_
-#include "config.h"
-
#include <glib.h>
#include <execinfo.h>