diff options
author | nobody <nobody@localhost> | 2002-03-10 23:35:38 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-03-10 23:35:38 +0800 |
commit | 6838f88e6ffb7d17dc6912d3241f399ae6dd3a78 (patch) | |
tree | 112fdd1c1308eff2630d6e381ed55bb0b4ee3071 /default_user/Makefile.am | |
parent | 0bdf8fdb5529e6cda86403085c1f6870796404d3 (diff) | |
download | gsoc2013-evolution-BALSA_1_3_4.tar.gz gsoc2013-evolution-BALSA_1_3_4.tar.zst gsoc2013-evolution-BALSA_1_3_4.zip |
This commit was manufactured by cvs2svn to create tag 'BALSA_1_3_4'.BALSA_1_3_4
svn path=/tags/BALSA_1_3_4/; revision=16011
Diffstat (limited to 'default_user/Makefile.am')
-rw-r--r-- | default_user/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/default_user/Makefile.am b/default_user/Makefile.am deleted file mode 100644 index 6a30840858..0000000000 --- a/default_user/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -SUBDIRS = local - -defaultdir = $(datadir)/evolution/default_user -default_DATA = addressbook-sources.xml searches.xml vfolders.xml - -EXTRA_DIST = $(default_DATA) - -install-data-hook: - -mkdir $(defaultdir)/private -if ENABLE_NNTP - -mkdir $(defaultdir)/news - -mkdir $(defaultdir)/config -endif |