aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-11 11:25:48 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-11 11:25:48 +0800
commit679fa9316ef0cfb3fea44adeb4ab4a7795ae71ed (patch)
tree2b725be07b271e95d19b2a850d7593929cc5ef32
parent7a2e799ad075825a5ff40ba3089bd8bc0d0bdddc (diff)
downloadgsoc2013-evolution-679fa9316ef0cfb3fea44adeb4ab4a7795ae71ed.tar
gsoc2013-evolution-679fa9316ef0cfb3fea44adeb4ab4a7795ae71ed.tar.gz
gsoc2013-evolution-679fa9316ef0cfb3fea44adeb4ab4a7795ae71ed.tar.bz2
gsoc2013-evolution-679fa9316ef0cfb3fea44adeb4ab4a7795ae71ed.tar.lz
gsoc2013-evolution-679fa9316ef0cfb3fea44adeb4ab4a7795ae71ed.tar.xz
gsoc2013-evolution-679fa9316ef0cfb3fea44adeb4ab4a7795ae71ed.tar.zst
gsoc2013-evolution-679fa9316ef0cfb3fea44adeb4ab4a7795ae71ed.zip
Changed the order in libeutil and libetext linking so that there
is no unresolved symbols svn path=/trunk/; revision=2099
-rw-r--r--widgets/e-table/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am
index 3619c6bef3..a7d9c28d57 100644
--- a/widgets/e-table/Makefile.am
+++ b/widgets/e-table/Makefile.am
@@ -60,8 +60,8 @@ table_test_SOURCES = \
table_test_LDADD = \
libetable.a \
$(EXTRA_GNOME_LIBS) \
- $(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/widgets/e-text/libetext.a
+ $(top_builddir)/widgets/e-text/libetext.a \
+ $(top_builddir)/e-util/libeutil.la
table_test_LDFLAGS = `gnome-config --libs gdk_pixbuf`
@@ -71,8 +71,8 @@ table_example_1_SOURCES = \
table_example_1_LDADD = \
libetable.a \
$(EXTRA_GNOME_LIBS) \
- $(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/widgets/e-text/libetext.a
+ $(top_builddir)/widgets/e-text/libetext.a \
+ $(top_builddir)/e-util/libeutil.la
table_example_1_LDFLAGS = `gnome-config --libs gdk_pixbuf`
@@ -82,8 +82,8 @@ table_example_2_SOURCES = \
table_example_2_LDADD = \
libetable.a \
$(EXTRA_GNOME_LIBS) \
- $(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/widgets/e-text/libetext.a
+ $(top_builddir)/widgets/e-text/libetext.a \
+ $(top_builddir)/e-util/libeutil.la
table_example_2_LDFLAGS = `gnome-config --libs gdk_pixbuf`