aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/demo/Makefile.am3
-rw-r--r--addressbook/printing/Makefile.am3
3 files changed, 9 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f15410ebba..ecffdfbe5e 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-02 Matt Loper <matt@helixcode.com>
+
+ * demo/Makefile.am: set G_LOG_DOMAIN.
+ * printing/Makefile.am: same.
+
2000-05-01 Christopher James Lahey <clahey@helixcode.com>
* backend/pas/pas-book-factory.c: Add back in the
diff --git a/addressbook/demo/Makefile.am b/addressbook/demo/Makefile.am
index 84869488cc..1a7e4e6d01 100644
--- a/addressbook/demo/Makefile.am
+++ b/addressbook/demo/Makefile.am
@@ -12,7 +12,8 @@ INCLUDES = \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
-DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \
- -DCAMEL_PROVIDERDIR=\""$(providerdir)"\"
+ -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \
+ -DG_LOG_DOMAIN=\"addressbook-demo\"
noinst_PROGRAMS = \
test-addressbook
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am
index 7095171859..7900653e26 100644
--- a/addressbook/printing/Makefile.am
+++ b/addressbook/printing/Makefile.am
@@ -5,7 +5,8 @@ CPPFLAGS = \
$(GNOME_PRINT_CFLAGS)
INCLUDES = \
- $(GNOME_INCLUDEDIR)
+ $(GNOME_INCLUDEDIR) \
+ -DG_LOG_DOMAIN=\"addressbook-printing\"
noinst_LIBRARIES = \
libecontactprint.a