diff options
author | Dan Winship <danw@src.gnome.org> | 2000-09-20 03:47:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-09-20 03:47:12 +0800 |
commit | ca7f26e7bd14b3306d6a90d60522ed3bcfc19cd8 (patch) | |
tree | bb0c8f0cc4d786ee2e77ee8d7993c710706043a7 /addressbook | |
parent | bb84277a24f19da61f2c1cc6628040f35186f66a (diff) | |
download | gsoc2013-evolution-ca7f26e7bd14b3306d6a90d60522ed3bcfc19cd8.tar gsoc2013-evolution-ca7f26e7bd14b3306d6a90d60522ed3bcfc19cd8.tar.gz gsoc2013-evolution-ca7f26e7bd14b3306d6a90d60522ed3bcfc19cd8.tar.bz2 gsoc2013-evolution-ca7f26e7bd14b3306d6a90d60522ed3bcfc19cd8.tar.lz gsoc2013-evolution-ca7f26e7bd14b3306d6a90d60522ed3bcfc19cd8.tar.xz gsoc2013-evolution-ca7f26e7bd14b3306d6a90d60522ed3bcfc19cd8.tar.zst gsoc2013-evolution-ca7f26e7bd14b3306d6a90d60522ed3bcfc19cd8.zip |
Change "$(prefix)/share" to "$(datadir)" in a few places. Problem noticed
by ade@freebsd.org
svn path=/trunk/; revision=5508
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/search/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index cf2ad34980..9522962c2c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2000-09-19 Dan Winship <danw@helixcode.com> + + * gui/search/Makefile.am (ruledir): Use $(datadir), not + $(prefix)/share + 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/Makefile.am, contact-editor/Makefile.am, diff --git a/addressbook/gui/search/Makefile.am b/addressbook/gui/search/Makefile.am index 0225830708..c4b23523fe 100644 --- a/addressbook/gui/search/Makefile.am +++ b/addressbook/gui/search/Makefile.am @@ -1,4 +1,4 @@ -ruledir = $(prefix)/share/evolution +ruledir = $(datadir)/evolution rule_DATA = addresstypes.xml EXTRA_DIST = addresstypes.xml |