diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-05-16 12:43:35 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-05-16 12:43:35 +0800 |
commit | ce4648551d14664ba1836e27d77797a00270d2a2 (patch) | |
tree | 439e2bfff17402cb657b5e3359bdeacb7069d773 /a11y/e-table | |
parent | 52ed6947e65786ce45a2db9fe33bc570622d6db8 (diff) | |
download | gsoc2013-evolution-ce4648551d14664ba1836e27d77797a00270d2a2.tar gsoc2013-evolution-ce4648551d14664ba1836e27d77797a00270d2a2.tar.gz gsoc2013-evolution-ce4648551d14664ba1836e27d77797a00270d2a2.tar.bz2 gsoc2013-evolution-ce4648551d14664ba1836e27d77797a00270d2a2.tar.lz gsoc2013-evolution-ce4648551d14664ba1836e27d77797a00270d2a2.tar.xz gsoc2013-evolution-ce4648551d14664ba1836e27d77797a00270d2a2.tar.zst gsoc2013-evolution-ce4648551d14664ba1836e27d77797a00270d2a2.zip |
Revert the earlier patch. They are needed, after all.
2006-05-16 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am, e-table/Makefile.am
e-text/Makefile.am: Revert the earlier patch.
They are needed, after all.
svn path=/trunk/; revision=31990
Diffstat (limited to 'a11y/e-table')
-rw-r--r-- | a11y/e-table/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/a11y/e-table/Makefile.am b/a11y/e-table/Makefile.am index 39e1a167c1..0585255270 100644 --- a/a11y/e-table/Makefile.am +++ b/a11y/e-table/Makefile.am @@ -24,4 +24,22 @@ libgal_a11y_etable_la_SOURCES = \ gal-a11y-e-table-click-to-add-factory.c \ gal-a11y-e-table-factory.c +libgal_a11y_etableincludedir = $(privincludedir)/a11y/e-table +libgal_a11y_etableinclude_HEADERS = \ + 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 |