diff options
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 |