diff options
-rw-r--r-- | a11y/ChangeLog | 6 | ||||
-rw-r--r-- | a11y/Makefile.am | 6 | ||||
-rw-r--r-- | a11y/e-table/Makefile.am | 18 | ||||
-rw-r--r-- | a11y/e-text/Makefile.am | 4 |
4 files changed, 6 insertions, 28 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog index 9cac437429..d4af895bab 100644 --- a/a11y/ChangeLog +++ b/a11y/ChangeLog @@ -1,3 +1,9 @@ +2006-05-15 Harish Krishnaswamy <kharish@novell.com> + + Patch submitted by Li Yuan <li.yuan@sun.com> + * Makefile.am, e-table/Makefile.am, + e-text/Makefile.am: Do not install header files. + 2006-05-08 Li Yuan <li.yuan@sun.com> Fix for #333279. diff --git a/a11y/Makefile.am b/a11y/Makefile.am index 0edcb07bca..19f3e54fd7 100644 --- a/a11y/Makefile.am +++ b/a11y/Makefile.am @@ -22,12 +22,6 @@ libevolution_a11y_la_SOURCES = \ ea-cell-table.c \ gal-a11y-util.c -libevolution_a11yincludedir = $(privincludedir)/a11y - -libevolution_a11yinclude_HEADERS = \ - gal-a11y-util.h \ - gal-a11y-factory.h - libevolution_a11y_la_LDFLAGS = $(NO_UNDEFINED) libevolution_a11y_la_LIBADD = \ diff --git a/a11y/e-table/Makefile.am b/a11y/e-table/Makefile.am index 0585255270..39e1a167c1 100644 --- a/a11y/e-table/Makefile.am +++ b/a11y/e-table/Makefile.am @@ -24,22 +24,4 @@ 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 diff --git a/a11y/e-text/Makefile.am b/a11y/e-text/Makefile.am index f73efea451..dfef754d6c 100644 --- a/a11y/e-text/Makefile.am +++ b/a11y/e-text/Makefile.am @@ -10,8 +10,4 @@ libgal_a11y_etext_la_SOURCES = \ gal-a11y-e-text-factory.c \ gal-a11y-e-text.c -libgal_a11y_etextincludedir = $(privincludedir)/a11y/e-text -libgal_a11y_etextinclude_HEADERS = \ - gal-a11y-e-text-factory.h \ - gal-a11y-e-text.h |