aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-02 05:34:43 +0800
committerDan Winship <danw@src.gnome.org>2000-07-02 05:34:43 +0800
commit25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c (patch)
tree9180f6636553bb4fe27dfdcc4eaad65e8067850e /mail/Makefile.am
parent3e96455b29cdd0494fc4faf7edbf0532594a9cc0 (diff)
downloadgsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar
gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar.gz
gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar.bz2
gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar.lz
gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar.xz
gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.tar.zst
gsoc2013-evolution-25e3c025f6d1ebfe39e3e3b68ad8c1a48883991c.zip
Removed. These aren't being used any more. (The real pixmaps are in
* pixmaps.h, pixmaps/*.xpm: Removed. These aren't being used any more. (The real pixmaps are in ../art.) svn path=/trunk/; revision=3848
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am11
1 files changed, 1 insertions, 10 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 992adfadac..54b364bf7b 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -2,10 +2,6 @@ bin_PROGRAMS = evolution-mail test-mail test-thread
providerdir = $(libdir)/evolution/camel-providers/$(VERSION)
-#imagesdir = $(datadir)/images/evolution
-#images_DATA = e-attchmt.png
-#EXTRA_DIST = $(image_DATA)
-
INCLUDES = \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/widgets/e-text \
@@ -53,8 +49,7 @@ evolution_mail_SOURCES = \
message-list.c \
message-list.h \
session.c \
- mail.h \
- pixmaps.h
+ mail.h
evolution_mail_LDADD = \
@@ -106,10 +101,6 @@ $(EVOLUTION_MAIL_CORBA_GENERATED): Mail.idl
EXTRA_DIST = Mail.idl $(GOAD_FILES) $(OAF_FILES)
-dist-hook:
- -mkdir $(distdir)/pixmaps
- cp $(srcdir)/pixmaps/*.xpm $(distdir)/pixmaps
-
if ENABLE_PURIFY
PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@