diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-03 20:11:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-03 20:11:14 +0000 |
commit | 42cc312df65ba892bfc21e638f109c77be3cd00e (patch) | |
tree | 9ca5fd5b82443cebf1a96fd6ffaecefe6a8e1f59 /gdk/linux-fb | |
parent | 3125dc0cf28a399bcc92d9c5350f996a1a23cc76 (diff) | |
download | gtk+-42cc312df65ba892bfc21e638f109c77be3cd00e.tar.gz |
Add dependency on Atk for accessibility support.
Thu May 3 14:13:49 2001 Owen Taylor <otaylor@redhat.com>
* INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
dependency on Atk for accessibility support.
* configure.in **/Makefile.am: Major reworking of substituted
variables for CFLAGS/LIBS to make a lot more sane and
keep the the compile/link lines a bit shorter.
* gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
Diffstat (limited to 'gdk/linux-fb')
-rw-r--r-- | gdk/linux-fb/Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gdk/linux-fb/Makefile.am b/gdk/linux-fb/Makefile.am index f8cd8ba798..795f15d9a9 100644 --- a/gdk/linux-fb/Makefile.am +++ b/gdk/linux-fb/Makefile.am @@ -9,17 +9,12 @@ INCLUDES = @STRIP_BEGIN@ \ -I$(top_srcdir) \ -I$(top_srcdir)/gdk \ -I$(top_builddir)/gdk \ - @FREETYPE_CFLAGS@ \ + @GDK_DEP_CFLAGS@ \ @GTK_DEBUG_FLAGS@ \ - @GTK_XIM_FLAGS@ \ - @GLIB_CFLAGS@ \ - @PANGO_CFLAGS@ \ @STRIP_END@ LDFLAGS = @STRIP_BEGIN@ \ - @GLIB_LIBS@ \ - @PANGO_LIBS@ \ - @FREETYPE_LIBS@ \ + @GDK_DEP_LIBS@ \ -lm \ @STRIP_END@ |