diff options
author | nobody <nobody@localhost> | 2004-10-20 00:12:32 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2004-10-20 00:12:32 +0800 |
commit | 00c7cd72bddc6e0c24d03639cb2305424e0ee2cc (patch) | |
tree | a58b134fc5d7fdc0836f1b9bb2f2c99ac01565e3 /a11y/Makefile.am | |
parent | da657db10113fc2fbb1b0b17f8482899f2abf772 (diff) | |
download | gsoc2013-evolution-GAL_2_3_0.tar.gz gsoc2013-evolution-GAL_2_3_0.tar.zst gsoc2013-evolution-GAL_2_3_0.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_2_3_0'.GAL_2_3_0
svn path=/tags/GAL_2_3_0/; revision=27626
Diffstat (limited to 'a11y/Makefile.am')
-rw-r--r-- | a11y/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/a11y/Makefile.am b/a11y/Makefile.am deleted file mode 100644 index c98e486e7f..0000000000 --- a/a11y/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -SUBDIRS = . calendar widgets addressbook - -# for debug -#A11Y_CFLAGS += -pedantic -ansi -DACC_DEBUG -Werror - -privlib_LTLIBRARIES = libevolution-a11y.la - -INCLUDES = \ - -I$(top_srcdir)/a11y \ - $(A11Y_CFLAGS) - -libevolution_a11y_la_SOURCES = \ - ea-factory.h \ - ea-cell-table.h \ - ea-cell-table.c - |