diff options
author | JP Rosevear <jpr@src.gnome.org> | 2005-01-11 08:00:07 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-11 08:00:07 +0800 |
commit | fba011bf008443ee5130f1426aa65e11245cd84a (patch) | |
tree | 91793af1cfb21ec9bfea5579abb65ea6f73223b2 /camel/providers/imap4/Makefile.am | |
parent | c60c4bf7c4590b850d589d79ac44d057323a429f (diff) | |
download | gsoc2013-evolution-fba011bf008443ee5130f1426aa65e11245cd84a.tar.gz gsoc2013-evolution-fba011bf008443ee5130f1426aa65e11245cd84a.tar.zst gsoc2013-evolution-fba011bf008443ee5130f1426aa65e11245cd84a.zip |
Kill dead files
svn path=/trunk/; revision=28342
Diffstat (limited to 'camel/providers/imap4/Makefile.am')
-rw-r--r-- | camel/providers/imap4/Makefile.am | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/camel/providers/imap4/Makefile.am b/camel/providers/imap4/Makefile.am deleted file mode 100644 index 3cdf897f6a..0000000000 --- a/camel/providers/imap4/Makefile.am +++ /dev/null @@ -1,42 +0,0 @@ -## Process this file with automake to produce Makefile.in - -camel_provider_LTLIBRARIES = libcamelimap4.la -camel_provider_DATA = libcamelimap4.urls - -INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/camel \ - -I$(top_srcdir)/intl \ - -I$(top_srcdir)/e-util \ - -I$(top_srcdir) \ - $(CAMEL_CFLAGS) \ - $(GNOME_INCLUDEDIR) \ - $(GTK_INCLUDEDIR) \ - -DG_LOG_DOMAIN=\"camel-imap4-provider\" - -libcamelimap4_la_SOURCES = \ - camel-imap4-command.c \ - camel-imap4-command.h \ - camel-imap4-engine.c \ - camel-imap4-engine.h \ - camel-imap4-folder.c \ - camel-imap4-folder.h \ - camel-imap4-provider.c \ - camel-imap4-search.c \ - camel-imap4-search.h \ - camel-imap4-specials.c \ - camel-imap4-specials.h \ - camel-imap4-store.c \ - camel-imap4-store.h \ - camel-imap4-store-summary.c \ - camel-imap4-store-summary.h \ - camel-imap4-stream.c \ - camel-imap4-stream.h \ - camel-imap4-summary.c \ - camel-imap4-summary.h \ - camel-imap4-utils.c \ - camel-imap4-utils.h - -libcamelimap4_la_LDFLAGS = -avoid-version -module - -EXTRA_DIST = libcamelimap4.urls |