aboutsummaryrefslogtreecommitdiffstats
path: root/smime/tests/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-12-09 09:57:09 +0800
committernobody <nobody@localhost>2003-12-09 09:57:09 +0800
commit6561e49374018bd4828de2637df5250b3dba9ba6 (patch)
tree75bb0caf9afd4b94842023406d6a7938c5d8b2b7 /smime/tests/Makefile.am
parent0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff)
downloadgsoc2013-evolution-6561e49374018bd4828de2637df5250b3dba9ba6.tar
gsoc2013-evolution-6561e49374018bd4828de2637df5250b3dba9ba6.tar.gz
gsoc2013-evolution-6561e49374018bd4828de2637df5250b3dba9ba6.tar.bz2
gsoc2013-evolution-6561e49374018bd4828de2637df5250b3dba9ba6.tar.lz
gsoc2013-evolution-6561e49374018bd4828de2637df5250b3dba9ba6.tar.xz
gsoc2013-evolution-6561e49374018bd4828de2637df5250b3dba9ba6.tar.zst
gsoc2013-evolution-6561e49374018bd4828de2637df5250b3dba9ba6.zip
This commit was manufactured by cvs2svn to create tagGNOME_SYSTEM_MONITOR_2_6_0
'GNOME_SYSTEM_MONITOR_2_6_0'. svn path=/tags/GNOME_SYSTEM_MONITOR_2_6_0/; revision=23789
Diffstat (limited to 'smime/tests/Makefile.am')
-rw-r--r--smime/tests/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/smime/tests/Makefile.am b/smime/tests/Makefile.am
deleted file mode 100644
index 2c0c54a88e..0000000000
--- a/smime/tests/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-
-noinst_PROGRAMS=import-cert
-
-INCLUDES= \
- -I$(top_srcdir)/smime/lib \
- $(EVOLUTION_ADDRESSBOOK_CFLAGS) \
- $(CERT_UI_CFLAGS)
-
-TEST_LIBS= \
- $(top_builddir)/smime/lib/libessmime.la \
- -L/home/toshok/src/mozilla/mozilla/dist/lib \
- $(CERT_UI_LIBS) \
- $(top_builddir)/e-util/libeutil.la \
- $(GNOME_FULL_LIBS)
-
-
-import_cert_LDADD=$(TEST_LIBS) \ No newline at end of file