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.
This commit is contained in:
@ -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@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user