diff options
Diffstat (limited to 'a11y/Makefile.am')
-rw-r--r-- | a11y/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/a11y/Makefile.am b/a11y/Makefile.am index 9fe0b07e3c..772a96937f 100644 --- a/a11y/Makefile.am +++ b/a11y/Makefile.am @@ -1,14 +1,3 @@ -# Somewhat odd looking to have "." in SUBDIRS, but apparently it works? -#SUBDIRS = e-text e-table . calendar widgets addressbook -SUBDIRS = e-text e-table . widgets addressbook - -if OS_WIN32 -WIN32_BOOTSTRAP_LIBS = \ - $(top_builddir)/win32/libemiscwidgets.la \ - $(top_builddir)/win32/libetable.la \ - $(top_builddir)/win32/libetext.la -endif - # for debug #A11Y_CFLAGS += -pedantic -ansi -DACC_DEBUG -Werror @@ -28,9 +17,6 @@ libevolution_a11y_la_SOURCES = \ libevolution_a11y_la_LDFLAGS = $(NO_UNDEFINED) libevolution_a11y_la_LIBADD = \ - $(WIN32_BOOTSTRAP_LIBS) \ - e-text/libgal-a11y-etext.la \ - e-table/libgal-a11y-etable.la \ $(top_builddir)/e-util/libeutil.la \ $(GNOME_PLATFORM_LIBS) |