From a0fd77376abaa662503f94875e37c4c471d68e40 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Sat, 12 May 2001 10:01:19 +0000 Subject: [PATCH] moved the SoupFault to its own header file, since it will be also used by 2001-05-12 Rodrigo Moya * src/soup-core/soup-fault.[ch]: moved the SoupFault to its own header file, since it will be also used by the upcoming SoupEnv --- ChangeLog | 6 ++++++ libsoup/Makefile.am | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index d127baa..4995bf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-05-12 Rodrigo Moya + + * src/soup-core/soup-fault.[ch]: moved the SoupFault to its + own header file, since it will be also used by the upcoming + SoupEnv + 2001-05-11 Alex Graveley * tests/stress-test.c (current_temp_cb): handle diff --git a/libsoup/Makefile.am b/libsoup/Makefile.am index 5988bc9..0453b1b 100644 --- a/libsoup/Makefile.am +++ b/libsoup/Makefile.am @@ -18,6 +18,7 @@ soupincludedir = $(includedir)/soup soupinclude_HEADERS = \ soup.h \ soup-context.h \ + soup-fault.h \ soup-message.h \ soup-misc.h \ soup-parser.h \ @@ -41,6 +42,7 @@ libsoup_la_SOURCES = \ soup-context.c \ soup-digest.h \ soup-digest.c \ + soup-fault.c \ soup-headers.h \ soup-headers.c \ soup-message.c \ -- 2.7.4