aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/Makefile.am
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-10-07 08:46:26 +0800
committerIain Holmes <iain@src.gnome.org>2000-10-07 08:46:26 +0800
commitd412d185d593da40b2ff5c8eb913b1152cc13856 (patch)
tree6d8c65e6cd35fbcfff1ef0bc1f975c1c3f902b26 /executive-summary/component/Makefile.am
parentdae66d806c60bd4825cdb7525dc7fe30b863a0b7 (diff)
downloadgsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.gz
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.bz2
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.lz
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.xz
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.zst
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.zip
Byebye Makefile.in
svn path=/trunk/; revision=5775
Diffstat (limited to 'executive-summary/component/Makefile.am')
-rw-r--r--executive-summary/component/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am
index 678c63811e..a245c5b6ff 100644
--- a/executive-summary/component/Makefile.am
+++ b/executive-summary/component/Makefile.am
@@ -54,13 +54,3 @@ evolution_executive_summary_LDADD = \
$(GTKHTML_LIBS) \
$(UNICODE_LIBS)
-if ENABLE_PURIFY
-PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-
-all-local: evolution-mail.pure
-
-evolution-mail.pure: evolution-mail
- @rm -f evolution-mail.pure
- $(PLINK) $(evolution_mail_LDFLAGS) $(evolution_mail_OBJECTS) $(evolution_mail_LDADD) $(LIBS)
-
-endif