aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-01-09 14:55:40 +0800
committernobody <nobody@localhost>2003-01-09 14:55:40 +0800
commit43cb442ea3ddac17236b7a267c42dfdc210d2f97 (patch)
tree1e12040caec266ee2e16460c80583d4af3687d10 /Makefile.am
parent45d0c39700d2d6ee12f45c17778d69f3119ba078 (diff)
downloadgsoc2013-evolution-guikachu-1_3_4.tar.gz
gsoc2013-evolution-guikachu-1_3_4.tar.zst
gsoc2013-evolution-guikachu-1_3_4.zip
This commit was manufactured by cvs2svn to create tagguikachu-1_3_4
'guikachu-1_3_4'. svn path=/tags/guikachu-1_3_4/; revision=19358
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am68
1 files changed, 0 insertions, 68 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 7f67e0fb72..0000000000
--- a/Makefile.am
+++ /dev/null
@@ -1,68 +0,0 @@
-changelogs = \
- ChangeLog
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = \
- camel.pc \
- evolution-shell.pc \
- evolution-addressbook.pc \
- evolution-calendar.pc
-
-EXTRA_DIST = \
- AUTHORS \
- $(changelogs) \
- COPYING-DOCS \
- README \
- HACKING \
- MAINTAINERS \
- NEWS \
- NEWS-1.0 \
- xml-i18n-merge.in \
- xml-i18n-update.in \
- xml-i18n-extract.in \
- $(pkgconfig_DATA:.pc=.pc.in)
-
-SUBDIRS = \
- data \
- e-util \
- libical \
- libversit \
- widgets \
- shell \
- camel \
- filter \
- libwombat \
- addressbook \
- calendar \
- my-evolution \
- art \
- composer \
- mail \
- ui \
- default_user \
- views \
- wombat \
- po
-
-
-# omf-install
-
-# CDE Stuff
-
-if HAVE_DTAPPINTEGRATE
-
-# This installs Evolution into the Application Manager on CDE
-dtappintegrate:
- ( cd data && make dtappintegrate )
-
-# ...And this uninstalls it
-dtappunintegrate:
- ( cd data ; make dtappunintegrate )
-
-# Install/uninstall for CDE
-cde-install: install dtappintegrate
-cde-uninstall: dtappunintegrate uninstall
-
-endif
-
-ACLOCAL_AMFLAGS = -I m4