diff options
author | Chris Toshok <toshok@ximian.com> | 2003-10-31 05:05:48 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-10-31 05:05:48 +0800 |
commit | 4981fa14e20333afb658b5b2a8f721133467cf71 (patch) | |
tree | 61b2374ab51f89daad8ba9ad65621de127c49e3b /smime | |
parent | 787cf36948d3e20d43fd00c43bccff33941e968e (diff) | |
download | gsoc2013-evolution-4981fa14e20333afb658b5b2a8f721133467cf71.tar.gz gsoc2013-evolution-4981fa14e20333afb658b5b2a8f721133467cf71.tar.zst gsoc2013-evolution-4981fa14e20333afb658b5b2a8f721133467cf71.zip |
use CERT_UI_CFLAGS. (TEST_LIBS): use CERT_UI_LIBS.
2003-10-30 Chris Toshok <toshok@ximian.com>
* tests/Makefile.am (INCLUDES): use CERT_UI_CFLAGS.
(TEST_LIBS): use CERT_UI_LIBS.
svn path=/trunk/; revision=23139
Diffstat (limited to 'smime')
-rw-r--r-- | smime/ChangeLog | 5 | ||||
-rw-r--r-- | smime/tests/Makefile.am | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog index 72d707b6d6..7520389731 100644 --- a/smime/ChangeLog +++ b/smime/ChangeLog @@ -1,3 +1,8 @@ +2003-10-30 Chris Toshok <toshok@ximian.com> + + * tests/Makefile.am (INCLUDES): use CERT_UI_CFLAGS. + (TEST_LIBS): use CERT_UI_LIBS. + 2003-10-28 Chris Toshok <toshok@ximian.com> * gui/Makefile.am (libevolution_smime_la_SOURCES): add diff --git a/smime/tests/Makefile.am b/smime/tests/Makefile.am index 1c5b02bae2..c07d048824 100644 --- a/smime/tests/Makefile.am +++ b/smime/tests/Makefile.am @@ -3,11 +3,11 @@ noinst_PROGRAMS=import-cert INCLUDES= \ -I$(top_srcdir)/smime/lib \ - $(SMIME_CFLAGS) + $(CERT_UI_CFLAGS) TEST_LIBS= \ $(top_builddir)/smime/lib/libessmime.la \ - $(SMIME_LIBS) + $(CERT_UI_LIBS) import_cert_LDADD=$(TEST_LIBS)
\ No newline at end of file |