aboutsummaryrefslogtreecommitdiffstats
path: root/smime
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-07-28 00:42:11 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-07-28 00:42:11 +0800
commit08de5e9e147248b84bc1fa618f7cc9d892ddb136 (patch)
tree4d1b07578b9152c2c94318d70cf06083fc4145bd /smime
parentf0d21ded368b4fc2bc2285767f08587c5a821185 (diff)
downloadgsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar
gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.gz
gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.bz2
gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.lz
gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.xz
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')
-rw-r--r--smime/ChangeLog5
-rw-r--r--smime/tests/Makefile.am5
2 files changed, 7 insertions, 3 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog
index 8ed52058f4..f042fe346d 100644
--- a/smime/ChangeLog
+++ b/smime/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-27 Matthew Barnes <mbarnes@redhat.com>
+
+ * tests/Makefile.am:
+ Rename GNOME_FULL_LIBS to GNOME_PLATFORM_LIBS.
+
2007-06-03 Srinivasa Ragavan <sragavan@novell.com>
** Fix for version removal from Installed files from Gilles Dartiguelongue
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)