[libsoup/cache] Build fixes



commit e323ccfa6aa44b40efed42e04bf6d3927748f2ab
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]