summaryrefslogtreecommitdiff
path: root/wrappers
diff options
context:
space:
mode:
authorTimur Bakeyev <mc@bat.ru>2000-01-04 01:44:01 +0000
committerTimur I. Bakeyev <timur@src.gnome.org>2000-01-04 01:44:01 +0000
commit3d0aa29d951f74d2187e8cee6302f7f6ff1de4da (patch)
tree13ed70f54b219501239793b1e89c0bac86685b0f /wrappers
parent95ee821ff866f8bc54f9ee9e8f290ef6ab117df1 (diff)
downloadgconf-3d0aa29d951f74d2187e8cee6302f7f6ff1de4da.tar.gz
Add missed "\n" in 2 strings. Things sholud be checked before commit :)
2000-01-02 Timur Bakeyev <mc@bat.ru> * po/uk.po: Add missed "\n" in 2 strings. Things sholud be checked before commit :) * backends/Makefile.am, wrappers/gtk/Makefile.am: Add $(top_builddir)/gconf to INCLUDES to make GConf.h visiable. * gconf/gconf-internals.c: If LC_MESSAGE doesn't exist, use value of LC_CTYPE (is this correct?)
Diffstat (limited to 'wrappers')
-rw-r--r--wrappers/gtk/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/wrappers/gtk/Makefile.am b/wrappers/gtk/Makefile.am
index 4c959fcc..e9767064 100644
--- a/wrappers/gtk/Makefile.am
+++ b/wrappers/gtk/Makefile.am
@@ -1,5 +1,6 @@
-INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) $(OAF_CFLAGS) $(GMODULE_CFLAGS) $(ORBIT_CFLAGS) $(GTK_CFLAGS)\
- -DGCONF_SRCDIR=\""$(absolute_top_srcdir)"\" -DGCONF_SYSCONFDIR=\""$(sysconfdir)"\" -DGCONF_BACKEND_DIR=\""$(pkglibdir)"\" -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConfClient\"
+INCLUDES=-I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/gconf \
+ $(GLIB_CFLAGS) $(OAF_CFLAGS) $(GMODULE_CFLAGS) $(ORBIT_CFLAGS) $(GTK_CFLAGS) \
+ -DGCONF_SRCDIR=\""$(absolute_top_srcdir)"\" -DGCONF_SYSCONFDIR=\""$(sysconfdir)"\" -DGCONF_BACKEND_DIR=\""$(pkglibdir)"\" -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConfClient\"
lib_LTLIBRARIES = libgconf-gtk.la