diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2001-01-03 07:48:27 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-01-03 07:48:27 +0800 |
commit | dbad1c19f8fab9c8595ed6690864847c8b8c2f4e (patch) | |
tree | 6421b1f56349df7d051a1e62e29897a40f42f650 /camel/providers/mh/Makefile.am | |
parent | 02ee28bf7749fd4f6cc764d1765405edf2e9293e (diff) | |
download | gsoc2013-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/mh/Makefile.am')
-rw-r--r-- | camel/providers/mh/Makefile.am | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/camel/providers/mh/Makefile.am b/camel/providers/mh/Makefile.am deleted file mode 100644 index 62f447171b..0000000000 --- a/camel/providers/mh/Makefile.am +++ /dev/null @@ -1,39 +0,0 @@ -## Process this file with automake to produce Makefile.in - -libcamelmhincludedir = $(includedir)/camel - - -providerdir = $(pkglibdir)/camel-providers/$(VERSION) - -provider_LTLIBRARIES = libcamelmh.la -provider_DATA = libcamelmh.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-mh-provider\" - -libcamelmh_la_SOURCES = \ - camel-mh-folder.c \ - camel-mh-provider.c \ - camel-mh-store.c \ - camel-mh-summary.c - -libcamelmhinclude_HEADERS = \ - camel-mh-folder.h \ - camel-mh-store.h \ - camel-mh-summary.h - -libcamelmh_la_LDFLAGS = -version-info 0:0:0 - -libcamelmh_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) -#libcamelmh_la_LIBADD = $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) - -EXTRA_DIST = libcamelmh.urls - |