libgnomeui patch
- From: Kjartan Maraas <kmaraas online no>
- To: GNOME Hackers <gnome-hackers gnome org>
- Subject: libgnomeui patch
- Date: 13 Dec 2002 22:43:03 +0100
.....
</kjartan>
? autom4te.cache
Index: configure.in
===================================================================
RCS file: /cvs/gnome/libgnomeui/configure.in,v
retrieving revision 1.124
diff -u -r1.124 configure.in
--- configure.in 9 Dec 2002 22:37:25 -0000 1.124
+++ configure.in 13 Dec 2002 21:43:08 -0000
@@ -90,7 +90,7 @@
AC_SUBST(LIBJPEG)
-GNOMEUI_MODULES="libgnome-2.0 >= 2.0.0 libgnomecanvas-2.0 >= 2.0.0 libbonoboui-2.0 >= 2.0.0 gconf-2.0 >= 1.1.11 pango >= 1.1.2"
+GNOMEUI_MODULES="libgnome-2.0 >= 2.0.0 libgnomecanvas-2.0 >= 2.0.0 libbonoboui-2.0 >= 2.0.0 gconf-2.0 >= 1.1.11 pango >= 1.1.2 gthread-2.0 >= 2.0.2"
PKG_CHECK_MODULES(LIBGNOMEUI, $GNOMEUI_MODULES)
LIBGNOMEUI_LIBS="$LIBGNOMEUI_LIBS $LIBJPEG"
AC_SUBST(LIBGNOMEUI_CFLAGS)
Index: doc/reference/Makefile.am
===================================================================
RCS file: /cvs/gnome/libgnomeui/doc/reference/Makefile.am,v
retrieving revision 1.8
diff -u -r1.8 Makefile.am
--- doc/reference/Makefile.am 9 Nov 2002 14:25:23 -0000 1.8
+++ doc/reference/Makefile.am 13 Dec 2002 21:43:08 -0000
@@ -74,7 +74,7 @@
# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
# contains GtkObjects/GObjects and you want to document signals and properties.
GTKDOC_CFLAGS = -I$(top_builddir) -I$(top_srcdir) $(LIBGNOMEUI_CFLAGS) $(CFLAGS)
-GTKDOC_LIBS = $(top_builddir)/libgnomeui/libgnomeui-2.la $(LDFLAGS)
+GTKDOC_LIBS = $(top_builddir)/libgnomeui/libgnomeui-2.la $(LDFLAGS) $(LIBGNOMEUI_LIBS)
GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC)
GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
Index: libgnomeui/Makefile.am
===================================================================
RCS file: /cvs/gnome/libgnomeui/libgnomeui/Makefile.am,v
retrieving revision 1.332
diff -u -r1.332 Makefile.am
--- libgnomeui/Makefile.am 27 Sep 2002 09:52:39 -0000 1.332
+++ libgnomeui/Makefile.am 13 Dec 2002 21:43:08 -0000
@@ -257,7 +257,7 @@
$(SM_LIBS)
LDADD = \
- libgnomeui-2.la
+ libgnomeui-2.la $(LIBGNOMEUI_LIBS)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libgnomeui-2.0.pc
Index: test-gnome/Makefile.am
===================================================================
RCS file: /cvs/gnome/libgnomeui/test-gnome/Makefile.am,v
retrieving revision 1.6
diff -u -r1.6 Makefile.am
--- test-gnome/Makefile.am 7 Dec 2001 16:48:31 -0000 1.6
+++ test-gnome/Makefile.am 13 Dec 2002 21:43:08 -0000
@@ -16,7 +16,7 @@
-DG_LOG_DOMAIN=\"GnomeUI\"
LDADD = \
- $(top_builddir)/libgnomeui/libgnomeui-2.la
+ $(top_builddir)/libgnomeui/libgnomeui-2.la $(LIBGNOMEUI_LIBS)
noinst_HEADERS = \
testgnome.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]