diff options
author | Raja R Harinath <harinath@cs.umn.edu> | 1999-03-14 03:27:33 +0000 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1999-03-14 03:27:33 +0000 |
commit | 044fd2db4700cf34d4a2b06424be0bbe2dce5b78 (patch) | |
tree | 6e76f507c027c021932cc48b7272cd1d437fce8f /gtk | |
parent | a3c5d33f26891f02bfcfc78f024f3b87a31753d1 (diff) | |
download | gtk+-044fd2db4700cf34d4a2b06424be0bbe2dce5b78.tar.gz |
Move widechar tests from `glib' to here, since those were meant only for
1999-03-13 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (gdk_wc): Move widechar tests from `glib' to here,
since those were meant only for gdki18n.h.
* gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
for widechar tests.
* gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index d55b7bd71f..692ab2fbbf 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -316,7 +316,7 @@ gtkconf_DATA = gtkrc gtkrc.ja gtkrc.ko gtkrc.ru gtkrc: : - + # We create a dummy theme for the default GTK+ theme install-data-local: @@ -369,7 +369,7 @@ INCLUDES = \ -DGTK_DATA_PREFIX=\"$(prefix)\" \ -DGTK_SYSCONFDIR=\"$(sysconfdir)\" \ -DGTK_LOCALEDIR=\"$(gtklocaledir)\" \ - -I$(top_srcdir) \ + -I$(top_srcdir) -I../gdk \ @GTK_DEBUG_FLAGS@ \ @GTK_XIM_FLAGS@ \ @GTK_LOCALE_FLAGS@ \ |