aboutsummaryrefslogtreecommitdiffstats
path: root/views/addressbook/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-03-04 17:57:38 +0800
committerChris Lahey <clahey@src.gnome.org>2001-03-04 17:57:38 +0800
commitdb3e8ba8175199d0aa5a680a907e170b5aa02111 (patch)
tree8526e8fe6d6f43e15620626ce5c28617ceaff877 /views/addressbook/Makefile.am
parenteca83b21db88e5d9e9ac712bd566942c8b2ff00a (diff)
downloadgsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.tar
gsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.tar.gz
gsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.tar.bz2
gsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.tar.lz
gsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.tar.xz
gsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.tar.zst
gsoc2013-evolution-db3e8ba8175199d0aa5a680a907e170b5aa02111.zip
Added a built in view menu for addressbook.
2001-03-04 Christopher James Lahey <clahey@ximian.com> * addressbook/.cvsignore, addressbook/Makefile.am, addressbook/Phone_List.galview, addressbook/galview.xml: Added a built in view menu for addressbook. svn path=/trunk/; revision=8539
Diffstat (limited to 'views/addressbook/Makefile.am')
-rw-r--r--views/addressbook/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/addressbook/Makefile.am b/views/addressbook/Makefile.am
new file mode 100644
index 0000000000..b0ec2abecf
--- /dev/null
+++ b/views/addressbook/Makefile.am
@@ -0,0 +1,3 @@
+defaultaddressbookdir = $(datadir)/evolution/views/addressbook
+defaultaddressbook_DATA = Phone_List.galview galview.xml
+EXTRA_DIST = $(defaultaddressbook_DATA)