diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-04-07 21:36:13 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-04-07 21:36:13 +0000 |
commit | 848cff384e369789d47a62b8c6673771d6cbb4bf (patch) | |
tree | d681229994956578094927ec924fdf6b009ed397 /gdk/x11 | |
parent | d96d7ada5a5099a6194632b8d246949c524a8b90 (diff) | |
download | gtk+-848cff384e369789d47a62b8c6673771d6cbb4bf.tar.gz |
Fix problem with installation directory for gdkx.h
Fri Apr 7 17:19:27 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/Makefile.am: Fix problem with installation directory for
gdkx.h
* gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
<mrcooger@cyberverse.com> so that when selecting menus with the
mouse, the first item will not be selected, but when selecting
with an accelerator, or navigating left-right on a menubar with
the menus popped up, the first item will be selected.
Diffstat (limited to 'gdk/x11')
-rw-r--r-- | gdk/x11/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdk/x11/Makefile.am b/gdk/x11/Makefile.am index a201cdb153..e6a5817fe0 100644 --- a/gdk/x11/Makefile.am +++ b/gdk/x11/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +libgdkincludedir = $(includedir)/gdk + INCLUDES = @STRIP_BEGIN@ \ -DG_LOG_DOMAIN=\"Gdk\" \ -I$(top_srcdir) \ @@ -68,7 +70,7 @@ libgdk_x11_la_SOURCES = \ gdkinputprivate.h \ $(xinput_sources) -INCLUDE_HEADERS = \ +libgdkinclude_HEADERS = \ gdkx.h EXTRA_PROGRAMS = gxid |