diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-03-13 16:40:24 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-03-13 16:40:24 +0000 |
commit | a3c5d33f26891f02bfcfc78f024f3b87a31753d1 (patch) | |
tree | 346b6048411e807055e3feac19b9aa5cb2a14711 /gtk-config.in | |
parent | 0d81100af3902f1a80ef93f9756bfc0142d74cb2 (diff) | |
download | gtk+-a3c5d33f26891f02bfcfc78f024f3b87a31753d1.tar.gz |
Configure now generates a gdkconfig.h file, in similar way as GLib's
configure generates glibconfig.h. Currently it only defines what
windowing API GDK uses, and on Unix (where configure scripts are
used), it's always X11...
Include gdkconfig.h in gdktypes.h.
gdkconfig.h is installed in @libdir@/gtk+/include (like glibconfig.h
is in @libdir@/glib/include). (This might be debatable?) Add that to
gtk-config --cflags.
Merge in Win32 changes to gtkfontsel.c
Diffstat (limited to 'gtk-config.in')
-rw-r--r-- | gtk-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-config.in b/gtk-config.in index f056c3a423..7783db73a5 100644 --- a/gtk-config.in +++ b/gtk-config.in @@ -99,7 +99,7 @@ if test "$echo_cflags" = "yes"; then fi done fi - echo $includes @x_cflags@ $glib_cflags + echo -I@libdir@/gtk+/include $includes @x_cflags@ $glib_cflags fi if test "$echo_libs" = "yes"; then |