summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-05-22 22:32:13 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-05-22 22:32:13 +0000
commitd5171acca3b9d4569629ff878ee3e260c187ab44 (patch)
treebc3621faec9c0e482f2519d8683a2a58eeccdde3
parent53e42475428e4fabfe76adc93b709494cff1c71e (diff)
downloadyelp-d5171acca3b9d4569629ff878ee3e260c187ab44.tar.gz
use yelp-marshal-main.c instead of yelp-marshal.c and yelp-marshal.h
2002-05-23 Mikael Hallendal <micke@codefactory.se> * src/Makefile.am (yelp_SOURCES): use yelp-marshal-main.c instead of yelp-marshal.c and yelp-marshal.h * src/yelp-marshal-main.c: added to get rid of warnings in yelp-marshal.c
-rw-r--r--ChangeLog8
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am4
-rw-r--r--src/yelp-marshal-main.c2
4 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b3db6525..2f048a62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-05-23 Mikael Hallendal <micke@codefactory.se>
+
+ * src/Makefile.am (yelp_SOURCES): use yelp-marshal-main.c instead
+ of yelp-marshal.c and yelp-marshal.h
+
+ * src/yelp-marshal-main.c: added to get rid of warnings in
+ yelp-marshal.c
+
2002-05-22 Mikael Hallendal <micke@codefactory.se>
* src/yelp-db2html.c (yelp_db2html_convert):
diff --git a/configure.in b/configure.in
index c62c19ad..c01da117 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ AC_ARG_WITH(html-widget, [ --with-html-widget=[gtkhtml1/gtkhtml2] html widget t
AM_MAINTAINER_MODE
GNOME_COMMON_INIT
-GNOME_COMPILE_WARNINGS(maximum)
+GNOME_COMPILE_WARNINGS(error)
AC_PROG_CC
AC_ISC_POSIX
diff --git a/src/Makefile.am b/src/Makefile.am
index 64910044..990a993d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,7 +35,7 @@ test_reader_SOURCES = \
yelp-error.c yelp-error.h \
yelp-util.c yelp-util.h \
yelp-db2html.c yelp-db2html.h \
- yelp-marshal.c yelp-marshal.h
+ yelp-marshal-main.c
test_reader_LDADD = \
@YELP_LIBS@
@@ -56,7 +56,6 @@ yelp-marshal.c: yelp-marshal.h
yelp_SOURCES = \
$(gnome_yelp_idl_sources) \
- yelp-marshal.c yelp-marshal.h \
yelp-base.c yelp-base.h \
yelp-error.c yelp-error.h \
yelp-db2html.c yelp-db2html.h \
@@ -66,6 +65,7 @@ yelp_SOURCES = \
yelp-info.c yelp-info.h \
yelp-main.c \
yelp-man.c yelp-man.h \
+ yelp-marshal-main.c \
yelp-reader.c yelp-reader.h \
yelp-section.c yelp-section.h \
yelp-scrollkeeper.c yelp-scrollkeeper.h \
diff --git a/src/yelp-marshal-main.c b/src/yelp-marshal-main.c
new file mode 100644
index 00000000..594ab6f3
--- /dev/null
+++ b/src/yelp-marshal-main.c
@@ -0,0 +1,2 @@
+#include "yelp-marshal.h"
+#include "yelp-marshal.c"