aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/maildir/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2001-01-03 07:48:27 +0800
committerChris Lahey <clahey@src.gnome.org>2001-01-03 07:48:27 +0800
commitdbad1c19f8fab9c8595ed6690864847c8b8c2f4e (patch)
tree6421b1f56349df7d051a1e62e29897a40f42f650 /camel/providers/maildir/Makefile.am
parent02ee28bf7749fd4f6cc764d1765405edf2e9293e (diff)
downloadgsoc2013-evolution-dbad1c19f8fab9c8595ed6690864847c8b8c2f4e.tar
gsoc2013-evolution-dbad1c19f8fab9c8595ed6690864847c8b8c2f4e.tar.gz
gsoc2013-evolution-dbad1c19f8fab9c8595ed6690864847c8b8c2f4e.tar.bz2
gsoc2013-evolution-dbad1c19f8fab9c8595ed6690864847c8b8c2f4e.tar.lz
gsoc2013-evolution-dbad1c19f8fab9c8595ed6690864847c8b8c2f4e.tar.xz
gsoc2013-evolution-dbad1c19f8fab9c8595ed6690864847c8b8c2f4e.tar.zst
gsoc2013-evolution-dbad1c19f8fab9c8595ed6690864847c8b8c2f4e.zip
Removed these directories since they're unused.
2001-01-02 Christopher James Lahey <clahey@helixcode.com> * providers/maildir/, providers/mbox/, providers/mh/: Removed these directories since they're unused. svn path=/trunk/; revision=7219
Diffstat (limited to 'camel/providers/maildir/Makefile.am')
-rw-r--r--camel/providers/maildir/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/camel/providers/maildir/Makefile.am b/camel/providers/maildir/Makefile.am
deleted file mode 100644
index 80b41a2d45..0000000000
--- a/camel/providers/maildir/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-libcamelmaildirincludedir = $(includedir)/camel
-
-lib_LTLIBRARIES = libcamelmaildir.la
-
-INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir)/intl -I$(top_srcdir)/camel \
- $(GTK_INCLUDEDIR) -I$(includedir) \
- -DG_LOG_DOMAIN=\"camel-maildir-provider\"
-
-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
-
-EXTRA_DIST =