aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib/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
commit135a7f083e2563bf1934dba9c0c966d573f049d0 (patch)
tree75bb0caf9afd4b94842023406d6a7938c5d8b2b7 /smime/lib/Makefile.am
parent0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff)
downloadgsoc2013-evolution-R_5_2.tar.gz
gsoc2013-evolution-R_5_2.tar.zst
gsoc2013-evolution-R_5_2.zip
This commit was manufactured by cvs2svn to create tag 'R_5_2'.R_5_2
svn path=/tags/R_5_2/; revision=23850
Diffstat (limited to 'smime/lib/Makefile.am')
-rw-r--r--smime/lib/Makefile.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/smime/lib/Makefile.am b/smime/lib/Makefile.am
deleted file mode 100644
index f534fd01f3..0000000000
--- a/smime/lib/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-INCLUDES = \
- -DG_LOG_DOMAIN=\"evolution-smime\" \
- -I$(top_srcdir) \
- -I$(top_srcdir)/shell \
- -I$(top_builddir) \
- -DEVOLUTION_DATADIR=\""$(datadir)"\" \
- -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
- -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
- -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \
- -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
- -DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \
- -DPREFIX=\""$(prefix)"\" \
- $(EVOLUTION_ADDRESSBOOK_CFLAGS) \
- $(CERT_UI_CFLAGS)
-
-noinst_LTLIBRARIES = libessmime.la
-
-libessmime_la_SOURCES = \
- e-asn1-object.c \
- e-asn1-object.h \
- e-cert.c \
- e-cert.h \
- e-cert-trust.c \
- e-cert-trust.h \
- e-cert-db.c \
- e-cert-db.h \
- e-pkcs12.c \
- e-pkcs12.h