diff options
Diffstat (limited to 'widgets/e-table/Makefile.am')
-rw-r--r-- | widgets/e-table/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index 1ccff682c5..cdfe579b82 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -14,7 +14,8 @@ INCLUDES = \ -DETABLE_GLADEDIR=\""$(gladedir)"\" \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/e-util \ - -I$(top_srcdir) + -I$(top_srcdir) \ + -DG_LOG_DOMAIN=\"e-table\" noinst_LIBRARIES = \ libetable.a |