diff options
author | nobody <nobody@localhost> | 1999-11-01 02:48:15 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1999-11-01 02:48:15 +0800 |
commit | c48faceb78e6c8a8b7f536b8475e039858f703ed (patch) | |
tree | 8cefe43740f603fea65ecbf6d8d3bf8b0d407572 /camel/providers/MH/Makefile.am | |
parent | c8d14b53ef41de80458405ffadb0721458b7add9 (diff) | |
download | gsoc2013-evolution-BUG_BUDDY_0_2.tar gsoc2013-evolution-BUG_BUDDY_0_2.tar.gz gsoc2013-evolution-BUG_BUDDY_0_2.tar.bz2 gsoc2013-evolution-BUG_BUDDY_0_2.tar.lz gsoc2013-evolution-BUG_BUDDY_0_2.tar.xz gsoc2013-evolution-BUG_BUDDY_0_2.tar.zst gsoc2013-evolution-BUG_BUDDY_0_2.zip |
This commit was manufactured by cvs2svn to create tagBUG_BUDDY_0_2
'BUG_BUDDY_0_2'.
svn path=/tags/BUG_BUDDY_0_2/; revision=1359
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 = |