diff options
author | nobody <nobody@localhost> | 2001-02-08 06:53:06 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-02-08 06:53:06 +0800 |
commit | 03ebd422b3d31b8936afe3b55694c2c66c9fe42b (patch) | |
tree | 67c941166f37e99129f73ab28bd0d83bf566f06c /camel/providers/cache/Makefile.am | |
parent | 2132c038545393a9d81ddc87cb8e1bde13445b80 (diff) | |
download | gsoc2013-evolution-BONOBO_0_37.tar.gz gsoc2013-evolution-BONOBO_0_37.tar.zst gsoc2013-evolution-BONOBO_0_37.zip |
This commit was manufactured by cvs2svn to create tag 'BONOBO_0_37'.BONOBO_0_37
svn path=/tags/BONOBO_0_37/; revision=8068
Diffstat (limited to 'camel/providers/cache/Makefile.am')
-rw-r--r-- | camel/providers/cache/Makefile.am | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/camel/providers/cache/Makefile.am b/camel/providers/cache/Makefile.am deleted file mode 100644 index 7f9f6a9df5..0000000000 --- a/camel/providers/cache/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -## Process this file with automake to produce Makefile.in - -SUBDIRS = - -libcamelcacheincludedir = $(includedir)/camel - -providerdir = $(pkglibdir)/camel-providers/$(VERSION) - -provider_LTLIBRARIES = libcamelcache.la -provider_DATA = libcamelcache.urls - -INCLUDES = \ - -I.. \ - -I$(srcdir)/.. \ - -I$(srcdir)/../../.. \ - -I$(includedir) \ - -I$(top_srcdir)/intl \ - $(GTK_INCLUDEDIR) \ - -I$(top_srcdir)/camel \ - -DG_LOG_DOMAIN=\"camel-cache-provider\" - -libcamelcache_la_SOURCES = \ - camel-cache-folder.c \ - camel-cache-provider.c \ - camel-cache-store.c \ - camel-cache-map.c - -libcamelcacheinclude_HEADERS = \ - camel-cache-folder.h \ - camel-cache-store.h - - -libcamelcache_la_LDFLAGS = -version-info 0:0:0 - -EXTRA_DIST = libcamelcache.urls |