summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-11-22 23:37:19 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-11-22 23:37:19 +0000
commit932110528dda5ce6d3c3f7ab232868e9ff970218 (patch)
tree81a803176a5a1f6ab2452aa04786a5212585ae5d /pango
parentf4bbca78a0c8acc3ce6792532ca1f86663b68d71 (diff)
downloadpango-932110528dda5ce6d3c3f7ab232868e9ff970218.tar.gz
Set G_LOG_DOMAIN.
Mon Nov 22 18:30:14 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/Makefile.am pango/Makefile.am modules/*/Makefile.am: Set G_LOG_DOMAIN.
Diffstat (limited to 'pango')
-rw-r--r--pango/Makefile.am1
-rw-r--r--pango/opentype/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 9dbf6308..b77e5154 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -13,6 +13,7 @@ SUBDIRS = $(OPENTYPE_SUBDIR) mini-fribidi
DIST_SUBDIRS = mini-fribidi opentype
INCLUDES = \
+ -DG_LOG_DOMAIN=\"Pango\" \
-DPANGO_ENABLE_BACKEND \
-DPANGO_ENABLE_ENGINE \
-DSYSCONFDIR=\"$(sysconfdir)\" \
diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am
index 4634b8ca..c8767517 100644
--- a/pango/opentype/Makefile.am
+++ b/pango/opentype/Makefile.am
@@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in
INCLUDES = \
+ -DG_LOG_DOMAIN=\"Pango\" \
-DPANGO_ENABLE_ENGINE \
-DSYSCONFDIR=\"$(sysconfdir)\" \
-DLIBDIR=\"$(libdir)\" \