aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/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/mbox/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/mbox/Makefile.am')
-rw-r--r--camel/providers/mbox/Makefile.am39
1 files changed, 0 insertions, 39 deletions
diff --git a/camel/providers/mbox/Makefile.am b/camel/providers/mbox/Makefile.am
deleted file mode 100644
index 073d9830de..0000000000
--- a/camel/providers/mbox/Makefile.am
+++ /dev/null
@@ -1,39 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-libcamelmboxincludedir = $(includedir)/camel
-
-
-providerdir = $(pkglibdir)/camel-providers/$(VERSION)
-
-provider_LTLIBRARIES = libcamelmbox.la
-provider_DATA = libcamelmbox.urls
-
-INCLUDES = -I.. \
- -I$(srcdir)/.. \
- -I$(top_srcdir)/camel \
- -I$(top_srcdir)/intl \
- -I$(top_srcdir)/libibex \
- -I$(top_srcdir)/e-util \
- -I$(top_srcdir) \
- -I$(includedir) \
- $(GTK_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"camel-mbox-provider\"
-
-libcamelmbox_la_SOURCES = \
- camel-mbox-folder.c \
- camel-mbox-provider.c \
- camel-mbox-store.c \
- camel-mbox-summary.c
-
-libcamelmboxinclude_HEADERS = \
- camel-mbox-folder.h \
- camel-mbox-store.h \
- camel-mbox-summary.h
-
-libcamelmbox_la_LDFLAGS = -version-info 0:0:0
-
-libcamelmbox_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS)
-#libcamelmbox_la_LIBADD = $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS)
-
-EXTRA_DIST = libcamelmbox.urls
-