aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-12 08:48:40 +0800
committerDan Winship <danw@src.gnome.org>2000-05-12 08:48:40 +0800
commitd55e9e0406875ffb47f40f57da3c6abaac90734a (patch)
tree915259d762bb59bd50682b5e4949c8b312ee6670
parentf4e98799fdf50ceed1e3b1b84d41b92dcde35e97 (diff)
downloadgsoc2013-evolution-d55e9e0406875ffb47f40f57da3c6abaac90734a.tar
gsoc2013-evolution-d55e9e0406875ffb47f40f57da3c6abaac90734a.tar.gz
gsoc2013-evolution-d55e9e0406875ffb47f40f57da3c6abaac90734a.tar.bz2
gsoc2013-evolution-d55e9e0406875ffb47f40f57da3c6abaac90734a.tar.lz
gsoc2013-evolution-d55e9e0406875ffb47f40f57da3c6abaac90734a.tar.xz
gsoc2013-evolution-d55e9e0406875ffb47f40f57da3c6abaac90734a.tar.zst
gsoc2013-evolution-d55e9e0406875ffb47f40f57da3c6abaac90734a.zip
remove some cruft that we're not currently using.
* Makefile.am: remove some cruft that we're not currently using. svn path=/trunk/; revision=3002
-rw-r--r--camel/ChangeLog2
-rw-r--r--camel/Makefile.am30
2 files changed, 4 insertions, 28 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 4f82cec216..66e3d7fb2d 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,7 @@
2000-05-11 Dan Winship <danw@helixcode.com>
+ * Makefile.am: remove some cruft that we're not currently using.
+
* camel-stream-mem.c (camel_stream_mem_new_with_buffer): Change
to match prototype (size_t vs unsigned int) so it works on 64-bit
machines. Noted by msw.
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 4910ecc1e2..f98325a5a2 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -14,24 +14,6 @@ INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \
-DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \
-DG_LOG_DOMAIN=\"camel\"
-if ENABLE_THREADS
-
-pthread_SRC = \
- camel-folder-pt-proxy.c \
- camel-thread-proxy.c
-
-pthread_HDR = \
- camel-folder-pt-proxy.h \
- camel-thread-proxy.h
-
-else
-
-pthread_SRC =
-pthread_HDR=
-
-endif
-
-
libcamel_la_SOURCES = \
camel.c \
camel-data-wrapper.c \
@@ -40,14 +22,12 @@ libcamel_la_SOURCES = \
camel-folder-search.c \
camel-folder-summary.c \
camel-medium.c \
- camel-marshal-utils.c \
camel-mime-message.c \
camel-mime-part.c \
camel-mime-part-utils.c \
camel-movemail.c \
camel-multipart.c \
camel-object.c \
- camel-op-queue.c \
camel-provider.c \
camel-seekable-stream.c \
camel-seekable-substream.c \
@@ -75,8 +55,7 @@ libcamel_la_SOURCES = \
camel-mime-filter-from.c \
camel-stream-filter.c \
camel-address.c \
- camel-internet-address.c \
- $(pthread_SRC)
+ camel-internet-address.c
libcamelinclude_HEADERS = \
camel.h \
@@ -85,7 +64,6 @@ libcamelinclude_HEADERS = \
camel-folder.h \
camel-folder-search.h \
camel-folder-summary.h \
- camel-marshal-utils.h \
camel-medium.h \
camel-mime-message.h \
camel-mime-part.h \
@@ -93,7 +71,6 @@ libcamelinclude_HEADERS = \
camel-movemail.h \
camel-multipart.h \
camel-object.h \
- camel-op-queue.h \
camel-provider.h \
camel-seekable-stream.h \
camel-seekable-substream.h \
@@ -123,10 +100,7 @@ libcamelinclude_HEADERS = \
camel-mime-filter-from.h \
camel-stream-filter.h \
camel-address.h \
- camel-folder-pt-proxy.h \
- camel-internet-address.h \
- camel-thread-proxy.h \
- $(pthread_HDR)
+ camel-internet-address.h
libcamel_extra_sources = \
camel-arg-collector.c