aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/cache/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-02-04 12:10:39 +0800
committernobody <nobody@localhost>2001-02-04 12:10:39 +0800
commit541ed6bf346abe33775bfa8fbe4361d53a02924d (patch)
tree0a5b66655b7f9f6e527155bcabd2f7470e429a8b /camel/providers/cache/Makefile.am
parent1b96583c0c6142969e366409bdfd371f078fc683 (diff)
downloadgsoc2013-evolution-BEFORE_BOBJECT.tar
gsoc2013-evolution-BEFORE_BOBJECT.tar.gz
gsoc2013-evolution-BEFORE_BOBJECT.tar.bz2
gsoc2013-evolution-BEFORE_BOBJECT.tar.lz
gsoc2013-evolution-BEFORE_BOBJECT.tar.xz
gsoc2013-evolution-BEFORE_BOBJECT.tar.zst
gsoc2013-evolution-BEFORE_BOBJECT.zip
This commit was manufactured by cvs2svn to create tagBEFORE_BOBJECT
'BEFORE_BOBJECT'. svn path=/tags/BEFORE_BOBJECT/; revision=7953
Diffstat (limited to 'camel/providers/cache/Makefile.am')
-rw-r--r--camel/providers/cache/Makefile.am35
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