summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImran Zaman <imran.zaman@intel.com>2014-07-04 06:10:40 -0700
committerImran Zaman <imran.zaman@intel.com>2014-07-04 06:10:40 -0700
commitdd30b6a58dbee40037a26e2cd739f112a04043a9 (patch)
tree39e96d6579d9b5fb3028b0e75cb0c9b43c074843
parent21f4ab37dc9dcdbfe9efb1af3c80c52b3dcc6b9e (diff)
downloadgsignond-dd30b6a58dbee40037a26e2cd739f112a04043a9.tar.gz
gsignond-dd30b6a58dbee40037a26e2cd739f112a04043a9.tar.bz2
gsignond-dd30b6a58dbee40037a26e2cd739f112a04043a9.zip
Revert "Fixed config.h header inclusion problem"
This reverts commit 21f4ab37dc9dcdbfe9efb1af3c80c52b3dcc6b9e. Change-Id: I8889623380ed9dbfd1c97303b2e299f3085af42f
-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, 5 insertions, 7 deletions
diff --git a/configure b/configure
index 5579ec0..2f20cc6 100755
--- a/configure
+++ b/configure
@@ -13032,8 +13032,6 @@ 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 c7b43bf..579ac5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,8 +177,6 @@ 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 c59a978..55bee4d 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
+ dh_auto_configure -- --enable-dbus-type=session --enable-gtk-doc --enable-debug
override_dh_auto_test:
true
diff --git a/docs/html/api-index-full.html b/docs/html/api-index-full.html
index 8df48b8..503f5ef 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#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>
-<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>
diff --git a/include/gsignond/gsignond-log.h b/include/gsignond/gsignond-log.h
index ad1e6e0..fcb65e0 100644
--- a/include/gsignond/gsignond-log.h
+++ b/include/gsignond/gsignond-log.h
@@ -25,6 +25,8 @@
#ifndef __GSIGNOND_LOG_H_
#define __GSIGNOND_LOG_H_
+#include "config.h"
+
#include <glib.h>
#include <execinfo.h>