diff options
author | nobody <nobody@localhost> | 2000-02-26 07:33:55 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-02-26 07:33:55 +0800 |
commit | b3b6438950017d1ec4612d2dcc4f88f7e6c465ff (patch) | |
tree | e5dfae6704668d028cbb0e1fdc55e43b992004bc /camel/providers/MH/Makefile.am | |
parent | 59d2deddc74713097251e0b2c0eb48f078f78268 (diff) | |
download | gsoc2013-evolution-GTKHTML_0_1.tar.gz gsoc2013-evolution-GTKHTML_0_1.tar.zst gsoc2013-evolution-GTKHTML_0_1.zip |
This commit was manufactured by cvs2svn to create tag 'GTKHTML_0_1'.GTKHTML_0_1
svn path=/tags/GTKHTML_0_1/; revision=1958
Diffstat (limited to 'camel/providers/MH/Makefile.am')
-rw-r--r-- | camel/providers/MH/Makefile.am | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/camel/providers/MH/Makefile.am b/camel/providers/MH/Makefile.am deleted file mode 100644 index dab6bec199..0000000000 --- a/camel/providers/MH/Makefile.am +++ /dev/null @@ -1,33 +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 - -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 = |