Up version to 1.99.18 Line separator after GNUTLS_CFLAGS
authorRodney Dawes <dobey@ximian.com>
Mon, 21 Apr 2003 16:06:29 +0000 (16:06 +0000)
committerRodney Dawes <dobey@src.gnome.org>
Mon, 21 Apr 2003 16:06:29 +0000 (16:06 +0000)
2003-04-20  Rodney Dawes  <dobey@ximian.com>

* configure.in: Up version to 1.99.18
* libsoup/Makefile.am: Line separator after GNUTLS_CFLAGS

ChangeLog
configure.in
libsoup/Makefile.am

index a0495d4..c4b551e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-20  Rodney Dawes  <dobey@ximian.com>
+
+       * configure.in: Up version to 1.99.18
+       * libsoup/Makefile.am: Line separator after GNUTLS_CFLAGS
+       
 2003-04-11  Dan Winship  <danw@ximian.com>
 
        * libsoup/soup-context.c (soup_connection_purge_idle): New
index b30b375..2d06e7e 100644 (file)
@@ -4,7 +4,7 @@ dnl *******************************************
 
 AC_INIT(libsoup/soup.h)
 
-AM_INIT_AUTOMAKE(libsoup, 1.99.17)
+AM_INIT_AUTOMAKE(libsoup, 1.99.18)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 AC_PROG_MAKE_SET
index bac14d9..c280472 100644 (file)
@@ -7,7 +7,7 @@ INCLUDES =                              \
        -I$(top_srcdir)                 \
        $(SOUP_DEBUG_FLAGS)             \
        $(GLIB_CFLAGS)                  \
-       $(GNUTLS_CFLAGS)
+       $(GNUTLS_CFLAGS)                \
        $(NSS_CFLAGS)                   \
        $(OPENSSL_CFLAGS)