make this $(includedir)/libsoup-gnome-2.4/libsoup rather than being the
authorDan Winship <danw@src.gnome.org>
Fri, 28 Nov 2008 22:21:18 +0000 (22:21 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 28 Nov 2008 22:21:18 +0000 (22:21 +0000)
* libsoup/Makefile.am (libsoupgnomeincludedir): make this
$(includedir)/libsoup-gnome-2.4/libsoup rather than being the same
as $(libsoupincludedir). Makes it easier to split into two
packages.

svn path=/trunk/; revision=1215

ChangeLog
libsoup/Makefile.am

index e5f56e0..a56c428 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-11-28  Dan Winship  <danw@gnome.org>
 
+       * libsoup/Makefile.am (libsoupgnomeincludedir): make this
+       $(includedir)/libsoup-gnome-2.4/libsoup rather than being the same
+       as $(libsoupincludedir). Makes it easier to split into two
+       packages.
+
+2008-11-28  Dan Winship  <danw@gnome.org>
+
        * docs/reference/client-howto.xml: fix method name in example.
        #562411, Andreas Bruse.
 
index 0a6c210..25f8738 100644 (file)
@@ -161,7 +161,7 @@ libsoup_2_4_la_SOURCES =            \
 
 if BUILD_LIBSOUP_GNOME
 
-libsoupgnomeincludedir = $(libsoupincludedir)
+libsoupgnomeincludedir = $(includedir)/libsoup-gnome-2.4/libsoup
 
 libsoupgnomeinclude_HEADERS =  \
        soup-cookie-jar-sqlite.h\