From 8c29e64b187b7c956103dcd2214665feb847328f Mon Sep 17 00:00:00 2001 From: Li Yuan Date: Mon, 12 Jun 2006 10:47:43 +0000 Subject: Do not install header files, and make sure they will be included in the 2006-06-12 Li Yuan * Makefile.am, e-table/Makefile.am, e-text/Makefile.am: Do not install header files, and make sure they will be included in the tarball when make dist. svn path=/trunk/; revision=32110 --- a11y/e-table/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'a11y/e-table/Makefile.am') diff --git a/a11y/e-table/Makefile.am b/a11y/e-table/Makefile.am index 0585255270..aaf7175250 100644 --- a/a11y/e-table/Makefile.am +++ b/a11y/e-table/Makefile.am @@ -22,11 +22,7 @@ libgal_a11y_etable_la_SOURCES = \ 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 - -libgal_a11y_etableincludedir = $(privincludedir)/a11y/e-table - -libgal_a11y_etableinclude_HEADERS = \ + gal-a11y-e-table-factory.c \ gal-a11y-e-tree.h \ gal-a11y-e-tree-factory.h \ gal-a11y-e-cell.h \ -- cgit