forked from AuroraMiddleware/gtk
gail: Move from modules/other/gail to gtk/a11y
This commit is contained in:
parent
3ec9e6c5e8
commit
df2e122b5c
@ -1737,12 +1737,11 @@ gtk/Makefile
|
|||||||
gtk/makefile.msc
|
gtk/makefile.msc
|
||||||
gtk/gtkversion.h
|
gtk/gtkversion.h
|
||||||
gtk/gtk-win32.rc
|
gtk/gtk-win32.rc
|
||||||
|
gtk/a11y/Makefile
|
||||||
|
gtk/a11y/libgail-util/Makefile
|
||||||
|
gtk/a11y/tests/Makefile
|
||||||
gtk/tests/Makefile
|
gtk/tests/Makefile
|
||||||
modules/Makefile
|
modules/Makefile
|
||||||
modules/other/Makefile
|
|
||||||
modules/other/gail/Makefile
|
|
||||||
modules/other/gail/libgail-util/Makefile
|
|
||||||
modules/other/gail/tests/Makefile
|
|
||||||
modules/engines/Makefile
|
modules/engines/Makefile
|
||||||
modules/engines/pixbuf/Makefile
|
modules/engines/pixbuf/Makefile
|
||||||
modules/engines/ms-windows/Makefile
|
modules/engines/ms-windows/Makefile
|
||||||
|
@ -16,7 +16,7 @@ else
|
|||||||
GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
|
GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = . tests
|
SUBDIRS = . a11y tests
|
||||||
|
|
||||||
if HAVE_PAPI_CUPS
|
if HAVE_PAPI_CUPS
|
||||||
GTK_PRINT_BACKENDS=file,papi,cups
|
GTK_PRINT_BACKENDS=file,papi,cups
|
||||||
|
@ -143,7 +143,7 @@ libgail_la_CFLAGS = \
|
|||||||
|
|
||||||
libgail_la_LIBADD = \
|
libgail_la_LIBADD = \
|
||||||
$(top_builddir)/gtk/libgtk-3.la \
|
$(top_builddir)/gtk/libgtk-3.la \
|
||||||
$(top_builddir)/modules/other/gail/libgail-util/libgailutil-3.la \
|
$(top_builddir)/gtk/a11y/libgail-util/libgailutil-3.la \
|
||||||
$(GTK_DEP_LIBS) \
|
$(GTK_DEP_LIBS) \
|
||||||
$(INTLLIBS)
|
$(INTLLIBS)
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user