[libsoup] Build fixes
- From: Dan Winship <danw src gnome org>
- To: svn-commits-list gnome org
- Subject: [libsoup] Build fixes
- Date: Thu, 23 Jul 2009 19:53:33 +0000 (UTC)
commit 2375431349376f31f403589847d8c5945a424a1c
Author: Andreas Rottmann <a rottmann gmx at>
Date: Sat Jun 20 21:21:49 2009 -0400
Build fixes
- Remove acinclude.m4, which just hosted a stale copy of
GTK_DOC_CHECK, which in turn broke "make distcheck" when used in
combination with the gtk-doc.make installed by newer gtkdocize.
- Fix #include in soup-path-map.h.
acinclude.m4 | 49 -----------------------------------------------
libsoup/soup-path-map.h | 2 +-
2 files changed, 1 insertions(+), 50 deletions(-)
---
diff --git a/libsoup/soup-path-map.h b/libsoup/soup-path-map.h
index 37b5fb9..f5a8ba8 100644
--- a/libsoup/soup-path-map.h
+++ b/libsoup/soup-path-map.h
@@ -6,7 +6,7 @@
#ifndef SOUP_PATH_MAP_H
#define SOUP_PATH_MAP_H 1
-#include <soup-types.h>
+#include <libsoup/soup-types.h>
typedef struct SoupPathMap SoupPathMap;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]