Patch for bonoboui build
- From: Kjartan Maraas <kmaraas online no>
- To: GNOME Hackers <gnome-hackers gnome org>
- Subject: Patch for bonoboui build
- Date: 13 Dec 2002 22:40:15 +0100
Same story.
Cheers
Kjartan
? autom4te.cache
Index: configure.in
===================================================================
RCS file: /cvs/gnome/libbonoboui/configure.in,v
retrieving revision 1.102
diff -u -r1.102 configure.in
--- configure.in 26 Nov 2002 14:35:07 -0000 1.102
+++ configure.in 13 Dec 2002 21:39:46 -0000
@@ -42,7 +42,8 @@
bonobo-activation-2.0 >= 1.0.0 \
libxml-2.0 >= 2.4.20 \
gconf-2.0 >= 1.1.9 \
- gtk+-2.0 >= 2.0.2"
+ gtk+-2.0 >= 2.0.2 \
+ gthread-2.0 >= 2.0.2"
PKG_CHECK_MODULES(BONOBOUI, $BONOBOUI_MODULES)
AC_SUBST(BONOBOUI_CFLAGS)
AC_SUBST(BONOBOUI_LIBS)
Index: samples/bonoboui/Makefile.am
===================================================================
RCS file: /cvs/gnome/libbonoboui/samples/bonoboui/Makefile.am,v
retrieving revision 1.7
diff -u -r1.7 Makefile.am
--- samples/bonoboui/Makefile.am 4 Nov 2001 23:26:36 -0000 1.7
+++ samples/bonoboui/Makefile.am 13 Dec 2002 21:39:47 -0000
@@ -10,7 +10,7 @@
$(BONOBOUI_CFLAGS) \
-DHELLO_SRCDIR=\""$(srcdir)"/\"
-LDADD = $(top_builddir)/bonobo/libbonoboui-2.la
+LDADD = $(top_builddir)/bonobo/libbonoboui-2.la $(BONOBOUI_LIBS)
bonobo_hello_SOURCES = \
hello.c
Index: tests/Makefile.am
===================================================================
RCS file: /cvs/gnome/libbonoboui/tests/Makefile.am,v
retrieving revision 1.34
diff -u -r1.34 Makefile.am
--- tests/Makefile.am 31 Aug 2002 16:13:20 -0000 1.34
+++ tests/Makefile.am 13 Dec 2002 21:39:47 -0000
@@ -25,7 +25,7 @@
$(WARN_CFLAGS) \
$(BONOBOUI_CFLAGS)
-LDADD = $(top_builddir)/bonobo/libbonoboui-2.la -lpopt
+LDADD = $(top_builddir)/bonobo/libbonoboui-2.la -lpopt $(BONOBOUI_LIBS)
test_ui_SOURCES = test-ui.c
test_ui_auto_SOURCES = test-ui-auto.c
@@ -37,4 +37,4 @@
test_moniker_SOURCES = test-moniker.c
test_filesel_SOURCE = test-filesel.c
-TESTS = test-ui-auto
\ No newline at end of file
+TESTS = test-ui-auto
Index: tests/control/Makefile.am
===================================================================
RCS file: /cvs/gnome/libbonoboui/tests/control/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- tests/control/Makefile.am 30 Oct 2001 05:59:08 -0000 1.1
+++ tests/control/Makefile.am 13 Dec 2002 21:39:47 -0000
@@ -10,7 +10,7 @@
$(WARN_CFLAGS) \
$(BONOBOUI_CFLAGS)
-LDADD = $(top_builddir)/bonobo/libbonoboui-2.la
+LDADD = $(top_builddir)/bonobo/libbonoboui-2.la $(BONOBOUI_LIBS)
test_control_SOURCES = test-control.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]