aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--a11y/ChangeLog6
-rw-r--r--a11y/Makefile.am8
-rw-r--r--a11y/e-table/Makefile.am6
-rw-r--r--a11y/e-text/Makefile.am6
4 files changed, 10 insertions, 16 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog
index c728d2afaf..2751d85433 100644
--- a/a11y/ChangeLog
+++ b/a11y/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-12 Li Yuan <li.yuan@sun.com>
+
+ * 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.
+
2006-05-16 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am, e-table/Makefile.am
diff --git a/a11y/Makefile.am b/a11y/Makefile.am
index 0edcb07bca..7205a9090c 100644
--- a/a11y/Makefile.am
+++ b/a11y/Makefile.am
@@ -20,12 +20,8 @@ libevolution_a11y_la_SOURCES = \
ea-factory.h \
ea-cell-table.h \
ea-cell-table.c \
- gal-a11y-util.c
-
-libevolution_a11yincludedir = $(privincludedir)/a11y
-
-libevolution_a11yinclude_HEADERS = \
- gal-a11y-util.h \
+ gal-a11y-util.c \
+ gal-a11y-util.h \
gal-a11y-factory.h
libevolution_a11y_la_LDFLAGS = $(NO_UNDEFINED)
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 \
diff --git a/a11y/e-text/Makefile.am b/a11y/e-text/Makefile.am
index f73efea451..5eb11b2a87 100644
--- a/a11y/e-text/Makefile.am
+++ b/a11y/e-text/Makefile.am
@@ -8,10 +8,6 @@ noinst_LTLIBRARIES = libgal-a11y-etext.la
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.c \
gal-a11y-e-text-factory.h \
gal-a11y-e-text.h