aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/maildir/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-05-01 12:34:35 +0800
committernobody <nobody@localhost>2000-05-01 12:34:35 +0800
commit0f0df9f2f49b43fa9d7aaaed17b2b81067e1d7ed (patch)
tree2de188bb8dddea80c5aa5b53a2a275df404bdcc1 /camel/providers/maildir/Makefile.am
parent54534fbe36359c1c5b2e7373f97b4cbff81f7108 (diff)
downloadgsoc2013-evolution-0f0df9f2f49b43fa9d7aaaed17b2b81067e1d7ed.tar
gsoc2013-evolution-0f0df9f2f49b43fa9d7aaaed17b2b81067e1d7ed.tar.gz
gsoc2013-evolution-0f0df9f2f49b43fa9d7aaaed17b2b81067e1d7ed.tar.bz2
gsoc2013-evolution-0f0df9f2f49b43fa9d7aaaed17b2b81067e1d7ed.tar.lz
gsoc2013-evolution-0f0df9f2f49b43fa9d7aaaed17b2b81067e1d7ed.tar.xz
gsoc2013-evolution-0f0df9f2f49b43fa9d7aaaed17b2b81067e1d7ed.tar.zst
gsoc2013-evolution-0f0df9f2f49b43fa9d7aaaed17b2b81067e1d7ed.zip
This commit was manufactured by cvs2svn to create tag 'may13'.may13
svn path=/tags/may13/; revision=2708
Diffstat (limited to 'camel/providers/maildir/Makefile.am')
-rw-r--r--camel/providers/maildir/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/camel/providers/maildir/Makefile.am b/camel/providers/maildir/Makefile.am
deleted file mode 100644
index 51a0d7327b..0000000000
--- a/camel/providers/maildir/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-SUBDIRS =
-
-libcamelmaildirincludedir = $(includedir)/camel
-
-lib_LTLIBRARIES = libcamelmaildir.la
-
-INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir)/intl -I$(top_srcdir)/camel \
- $(GTK_INCLUDEDIR) -I$(includedir)
-
-libcamelmaildir_la_SOURCES = \
- camel-maildir-folder.c \
- camel-maildir-provider.c \
- camel-maildir-store.c
-
-libcamelmaildirinclude_HEADERS = \
- camel-maildir-folder.h \
- camel-maildir-store.h
-
-libcamelmaildir_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
-
-EXTRA_DIST =