diff options
author | William Jon McCann <mccann@jhu.edu> | 2008-01-31 18:17:49 +0000 |
---|---|---|
committer | William Jon McCann <mccann@src.gnome.org> | 2008-01-31 18:17:49 +0000 |
commit | 978e5c25f92e44742899dd45caa6a8d52a1b1173 (patch) | |
tree | 384bc9f1fdfe79a61eb282ead0e96629ae4d1043 /tests | |
parent | 94582518bec1fe1a5c940fc49b3989b963a29cf4 (diff) | |
download | gdm-978e5c25f92e44742899dd45caa6a8d52a1b1173.tar.gz |
Pass convenience libs to linker ahead of global libs. Patch from
2008-01-31 William Jon McCann <mccann@jhu.edu>
* daemon/Makefile.am:
* gui/simple-chooser/Makefile.am:
* gui/simple-greeter/Makefile.am:
* tests/Makefile.am:
Pass convenience libs to linker ahead of global libs.
Patch from <dmacks@netspace.org>
Fixes #508169
svn path=/trunk/; revision=5652
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 6f6ee2e4..f3ddc2f8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -31,9 +31,9 @@ m_common_CFLAGS = \ $(NULL) m_common_LDADD = \ + $(top_builddir)/common/libgdmcommon.la \ @CHECK_LIBS@ \ $(COMMON_LIBS) \ $(EXTRA_TEST_LIBS) \ - $(top_builddir)/common/libgdmcommon.la \ $(NULL) |