summaryrefslogtreecommitdiff
path: root/hardinfo2/remote.c
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2009-09-08 10:28:56 -0300
committerLeandro Pereira <leandro@hardinfo.org>2009-09-08 10:28:56 -0300
commit0ae7e8020647dafaa382d7a9e82e46f2d63c132a (patch)
tree5923cfc6cb280a2b777484e67c4be0fbfa72d2fe /hardinfo2/remote.c
parent5e9949c3834f46faf76d6e57b10079cbd7687094 (diff)
Cleanups
Diffstat (limited to 'hardinfo2/remote.c')
-rw-r--r--hardinfo2/remote.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/hardinfo2/remote.c b/hardinfo2/remote.c
index 0aacf61c..eab799a6 100644
--- a/hardinfo2/remote.c
+++ b/hardinfo2/remote.c
@@ -21,6 +21,9 @@
#include <string.h>
#include "config.h"
+
+#ifdef HAS_LIBSOUP
+
#include "shell.h"
#include "iconcache.h"
#include "hardinfo.h"
@@ -1187,3 +1190,6 @@ static HostManager *host_manager_new(GtkWidget * parent)
return rd;
}
+
+#endif /* HAS_LIBSOUP */
+