diff options
-rw-r--r-- | addressbook/gui/merging/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/search/Makefile.am | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/addressbook/gui/merging/Makefile.am b/addressbook/gui/merging/Makefile.am index 2e239e5ae6..4c57316e8c 100644 --- a/addressbook/gui/merging/Makefile.am +++ b/addressbook/gui/merging/Makefile.am @@ -1,7 +1,6 @@ INCLUDES = \ -DG_LOG_DOMAIN=\"e-card-gui\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ - -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook/backend \ -I$(top_builddir)/addressbook/backend \ @@ -19,7 +18,6 @@ libecardmerging_a_SOURCES = \ e-card-merging.h -gladedir = $(datadir)/evolution-$(BASE_VERSION)/glade glade_DATA = e-card-duplicate-detected.glade \ e-card-merging-book-commit-duplicate-detected.glade diff --git a/addressbook/gui/search/Makefile.am b/addressbook/gui/search/Makefile.am index 65d7cb2f79..bdf90e99ea 100644 --- a/addressbook/gui/search/Makefile.am +++ b/addressbook/gui/search/Makefile.am @@ -1,4 +1,4 @@ -ruledir = $(datadir)/evolution-$(BASE_VERSION) +ruledir = $(privdatadir) rule_DATA = addresstypes.xml EXTRA_DIST = addresstypes.xml |