2007-07-27 Matthew Barnes <mbarnes@redhat.com> * configure.in: Collect all the required package versions in one place and explicitly require GTK+ 2.10 or higher. (#380354) * Adapt various Makefile.am files. svn path=/trunk/; revision=33863
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/widgets \
|
|
$(GNOME_PLATFORM_CFLAGS) \
|
|
-DG_LOG_DOMAIN=\"e-table\"
|
|
|
|
noinst_LTLIBRARIES = libgal-a11y-etable.la
|
|
|
|
libgal_a11y_etable_la_SOURCES = \
|
|
gal-a11y-e-tree.c \
|
|
gal-a11y-e-tree-factory.c \
|
|
gal-a11y-e-cell.c \
|
|
gal-a11y-e-cell-text.c \
|
|
gal-a11y-e-cell-tree.c \
|
|
gal-a11y-e-cell-toggle.c \
|
|
gal-a11y-e-cell-popup.c \
|
|
gal-a11y-e-cell-registry.c \
|
|
gal-a11y-e-cell-vbox.c \
|
|
gal-a11y-e-table.c \
|
|
gal-a11y-e-table-item.c \
|
|
gal-a11y-e-table-item-factory.c \
|
|
gal-a11y-e-table-click-to-add.c \
|
|
gal-a11y-e-table-column-header.c \
|
|
gal-a11y-e-table-click-to-add-factory.c \
|
|
gal-a11y-e-table-factory.c \
|
|
gal-a11y-e-tree.h \
|
|
gal-a11y-e-tree-factory.h \
|
|
gal-a11y-e-cell.h \
|
|
gal-a11y-e-cell-text.h \
|
|
gal-a11y-e-cell-tree.h \
|
|
gal-a11y-e-cell-toggle.h \
|
|
gal-a11y-e-cell-popup.h \
|
|
gal-a11y-e-cell-registry.h \
|
|
gal-a11y-e-cell-vbox.h \
|
|
gal-a11y-e-table.h \
|
|
gal-a11y-e-table-item.h \
|
|
gal-a11y-e-table-click-to-add-factory.h \
|
|
gal-a11y-e-table-click-to-add.h \
|
|
gal-a11y-e-table-column-header.h \
|
|
gal-a11y-e-table-item-factory.h \
|
|
gal-a11y-e-table-factory.h
|