diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-07-28 00:42:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-07-28 00:42:11 +0800 |
commit | 08de5e9e147248b84bc1fa618f7cc9d892ddb136 (patch) | |
tree | 4d1b07578b9152c2c94318d70cf06083fc4145bd /smime/tests | |
parent | f0d21ded368b4fc2bc2285767f08587c5a821185 (diff) | |
download | gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.gz gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.zst gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.zip |
Collect all the required package versions in one place and explicitly
2007-07-27 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Collect all the required package versions in one place and
explicitly require GTK+ 2.10 or higher. (#380354)
* Adapt various Makefile.am files.
svn path=/trunk/; revision=33863
Diffstat (limited to 'smime/tests')
-rw-r--r-- | smime/tests/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/smime/tests/Makefile.am b/smime/tests/Makefile.am index 2c0c54a88e..5f8bce6671 100644 --- a/smime/tests/Makefile.am +++ b/smime/tests/Makefile.am @@ -11,7 +11,6 @@ TEST_LIBS= \ -L/home/toshok/src/mozilla/mozilla/dist/lib \ $(CERT_UI_LIBS) \ $(top_builddir)/e-util/libeutil.la \ - $(GNOME_FULL_LIBS) + $(GNOME_PLATFORM_LIBS) - -import_cert_LDADD=$(TEST_LIBS)
\ No newline at end of file +import_cert_LDADD=$(TEST_LIBS) |