aboutsummaryrefslogtreecommitdiffstats
path: root/default_user/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-08-05 03:29:35 +0800
committernobody <nobody@localhost>2001-08-05 03:29:35 +0800
commit3c9ec9e74ef3128e84c0076eb1761205b0e84532 (patch)
tree0f0f7d161df8ec2e9a2e06dc0f87a8c17389d1e1 /default_user/Makefile.am
parent950e90cd92e950cb17645b5c3d6fc6eae2f07c5e (diff)
downloadgsoc2013-evolution-GNOME_CORE_1_4_0_6.tar
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.gz
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.bz2
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.lz
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.xz
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.zst
gsoc2013-evolution-GNOME_CORE_1_4_0_6.zip
This commit was manufactured by cvs2svn to create tagGNOME_CORE_1_4_0_6
'GNOME_CORE_1_4_0_6'. svn path=/tags/GNOME_CORE_1_4_0_6/; revision=11668
Diffstat (limited to 'default_user/Makefile.am')
-rw-r--r--default_user/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/default_user/Makefile.am b/default_user/Makefile.am
deleted file mode 100644
index 40a5f31b7b..0000000000
--- a/default_user/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-SUBDIRS = local
-
-defaultdir = $(datadir)/evolution/default_user
-default_DATA = addressbook-sources.xml searches.xml
-
-EXTRA_DIST = $(default_DATA)
-
-install-data-hook:
-if ENABLE_NNTP
- -mkdir $(defaultdir)/news
-endif