diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-09 21:53:11 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-09 21:53:11 +0800 |
commit | c65e10b1513920673533b021b05806fb16950429 (patch) | |
tree | 2d441529a72e62f86208fc6bfd533213bdc4593d /default_user/local/Contacts/Makefile.am | |
parent | 318b5669cd0f2b6ab758a3319288920f8b89c128 (diff) | |
download | gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.tar gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.tar.gz gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.tar.bz2 gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.tar.lz gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.tar.xz gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.tar.zst gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.zip |
Removed addressbook.db since this is now handled by the pas.
2000-05-09 Christopher James Lahey <clahey@helixcode.com>
* local/Contacts/Makefile.am, local/Contacts/addressbook.db:
Removed addressbook.db since this is now handled by the pas.
svn path=/trunk/; revision=2940
Diffstat (limited to 'default_user/local/Contacts/Makefile.am')
-rw-r--r-- | default_user/local/Contacts/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/default_user/local/Contacts/Makefile.am b/default_user/local/Contacts/Makefile.am index ebb3a0d9dc..9c66d823ed 100644 --- a/default_user/local/Contacts/Makefile.am +++ b/default_user/local/Contacts/Makefile.am @@ -1,4 +1,3 @@ defaultcalendardir = $(datadir)/evolution/default_user/local/Contacts defaultcalendar_DATA = \ - folder-metadata.xml \ - addressbook.db
\ No newline at end of file + folder-metadata.xml |