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
This commit is contained in:

committed by
Chris Toshok

parent
787cf36948
commit
4981fa14e2
@ -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
|
||||
|
@ -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)
|
Reference in New Issue
Block a user