diff options
author | nobody <nobody@localhost> | 2000-08-03 06:26:45 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-08-03 06:26:45 +0800 |
commit | 7f386b6014cb3a14193a6c691f913b73f645e369 (patch) | |
tree | af1272e58d6c0a083103b8c03b454da66aa745e0 /camel/providers/imap/Makefile.am | |
parent | a0281d1b1860f650ba2293e422cbc9ec7ee2012b (diff) | |
download | gsoc2013-evolution-GTKHTML_0_6.tar.gz gsoc2013-evolution-GTKHTML_0_6.tar.zst gsoc2013-evolution-GTKHTML_0_6.zip |
This commit was manufactured by cvs2svn to create tag 'GTKHTML_0_6'.GTKHTML_0_6
svn path=/tags/GTKHTML_0_6/; revision=4484
Diffstat (limited to 'camel/providers/imap/Makefile.am')
-rw-r--r-- | camel/providers/imap/Makefile.am | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am deleted file mode 100644 index 5ff249739f..0000000000 --- a/camel/providers/imap/Makefile.am +++ /dev/null @@ -1,42 +0,0 @@ -## Process this file with automake to produce Makefile.in - -libcamelimapincludedir = $(includedir)/camel - - -providerdir = $(pkglibdir)/camel-providers/$(VERSION) - -provider_LTLIBRARIES = libcamelimap.la -provider_DATA = libcamelimap.urls - -INCLUDES = -I.. \ - -I$(srcdir)/.. \ - -I$(top_srcdir)/camel \ - -I$(top_srcdir)/intl \ - -I$(top_srcdir)/libibex \ - -I$(top_srcdir)/e-util \ - -I$(top_srcdir) \ - -I$(includedir) \ - $(GTK_INCLUDEDIR) \ - -DG_LOG_DOMAIN=\"camel-imap-provider\" - -libcamelimap_la_SOURCES = \ - camel-imap-folder.c \ - camel-imap-provider.c \ - camel-imap-store.c \ - camel-imap-stream.c \ - camel-imap-utils.c - -libcamelimapinclude_HEADERS = \ - camel-imap-folder.h \ - camel-imap-store.h \ - camel-imap-stream.h \ - camel-imap-utils.h - -libcamelimap_la_LDFLAGS = -version-info 0:0:0 - -EXTRA_DIST = libcamelimap.urls - - - - - |