aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/MH/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-03 08:47:50 +0800
committerDan Winship <danw@src.gnome.org>2000-08-03 08:47:50 +0800
commit319e78b7f24994a6d2750712ee9130054a90a313 (patch)
tree9b9738c2ee1e40bcd7eb4dcd118a3f34e6702897 /camel/providers/MH/Makefile.am
parent5a2a24af928e27bea1e54734b5bdf62a226300af (diff)
downloadgsoc2013-evolution-319e78b7f24994a6d2750712ee9130054a90a313.tar
gsoc2013-evolution-319e78b7f24994a6d2750712ee9130054a90a313.tar.gz
gsoc2013-evolution-319e78b7f24994a6d2750712ee9130054a90a313.tar.bz2
gsoc2013-evolution-319e78b7f24994a6d2750712ee9130054a90a313.tar.lz
gsoc2013-evolution-319e78b7f24994a6d2750712ee9130054a90a313.tar.xz
gsoc2013-evolution-319e78b7f24994a6d2750712ee9130054a90a313.tar.zst
gsoc2013-evolution-319e78b7f24994a6d2750712ee9130054a90a313.zip
Kill this. It doesn't have any code to do anything the new mh provider
* providers/MH: Kill this. It doesn't have any code to do anything the new mh provider doesn't do better. * providers/Makefile.am: Remove reference to MH subdir, and promote nntp to fully-supported status, since it does compile and all. svn path=/trunk/; revision=4496
Diffstat (limited to 'camel/providers/MH/Makefile.am')
-rw-r--r--camel/providers/MH/Makefile.am32
1 files changed, 0 insertions, 32 deletions
diff --git a/camel/providers/MH/Makefile.am b/camel/providers/MH/Makefile.am
deleted file mode 100644
index 80338ff878..0000000000
--- a/camel/providers/MH/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-libcamelmhincludedir = $(includedir)/camel
-
-
-lib_LTLIBRARIES = libcamelmh.la
-
-INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \
- -I$(top_srcdir)/intl \
- $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \
- -DG_LOG_DOMAIN=\"camel-mh-provider\"
-
-libcamelmh_la_SOURCES = \
- camel-mh-folder.c \
- camel-mh-provider.c \
- camel-mh-store.c \
- mh-summary.c \
- mh-uid.c \
- mh-utils.c
-
-libcamelmhinclude_HEADERS = \
- camel-mh-folder.h \
- camel-mh-store.h \
- mh-summary.c \
- mh-uid.h \
- mh-utils.h
-
-
-libcamelmh_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
-
-
-EXTRA_DIST =