aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/MH/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-07-06 12:58:12 +0800
committernobody <nobody@localhost>2000-07-06 12:58:12 +0800
commit5e7d23492183857392e728cec05521e320ba1b29 (patch)
tree4ba00fa4856e39912c9a54ecba72de80d51d2418 /camel/providers/MH/Makefile.am
parent04f148f617112009091abd18b16463033dd322d0 (diff)
downloadgsoc2013-evolution-5e7d23492183857392e728cec05521e320ba1b29.tar
gsoc2013-evolution-5e7d23492183857392e728cec05521e320ba1b29.tar.gz
gsoc2013-evolution-5e7d23492183857392e728cec05521e320ba1b29.tar.bz2
gsoc2013-evolution-5e7d23492183857392e728cec05521e320ba1b29.tar.lz
gsoc2013-evolution-5e7d23492183857392e728cec05521e320ba1b29.tar.xz
gsoc2013-evolution-5e7d23492183857392e728cec05521e320ba1b29.tar.zst
gsoc2013-evolution-5e7d23492183857392e728cec05521e320ba1b29.zip
This commit was manufactured by cvs2svn to create tag 'GTKHTML_0_5'.GTKHTML_0_5
svn path=/tags/GTKHTML_0_5/; revision=3912
Diffstat (limited to 'camel/providers/MH/Makefile.am')
-rw-r--r--camel/providers/MH/Makefile.am34
1 files changed, 0 insertions, 34 deletions
diff --git a/camel/providers/MH/Makefile.am b/camel/providers/MH/Makefile.am
deleted file mode 100644
index 59662a07dd..0000000000
--- a/camel/providers/MH/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-SUBDIRS =
-
-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 =