[gnumeric] Install a self-consistent headers list.
- From: Jean Bréfort <jbrefort src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Install a self-consistent headers list.
- Date: Mon, 12 Jul 2010 12:31:52 +0000 (UTC)
commit c8582e3e061fcf03bbb43f8ca23ded78fbf6d30d
Author: Jean Brefort <jean brefort normalesup org>
Date: Mon Jul 12 14:32:20 2010 +0200
Install a self-consistent headers list.
NEWS | 3 ++-
src/tools/ChangeLog | 4 ++++
src/tools/Makefile.am | 8 ++++----
src/widgets/ChangeLog | 4 ++++
src/widgets/Makefile.am | 7 +++++--
5 files changed, 19 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index e36a356..3206b2d 100644
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,8 @@ Andreas:
Jean:
* Fix strong/weak cursor display. [#623241]
- * Fix regression in ms_excel_chart_read. [#623960]
+ * Fix regression in ms_excel_chart_read. [#623960]I
+ * Install a self-consistent headers list.
Morten:
* Ask user to locate solver binaries when plain search fails.
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index 94e2271..fb3be8e 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-12 Jean Brefort <jean brefort normalesup org>
+
+ * Makefile.am: install a self-consistent headers list.
+
2010-07-04 Andreas J. Guelzow <aguelzow pyrshep ca>
* analysis-wilcoxon-mann-whitney.c: fix typo
diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am
index 2c115f8..6262a55 100644
--- a/src/tools/Makefile.am
+++ b/src/tools/Makefile.am
@@ -46,7 +46,6 @@ libtools_la_SOURCES = \
random-generator-cor.c \
random-generator-cor.h \
dao.c \
- dao.h \
data-shuffling.c \
data-shuffling.h \
auto-correct.c \
@@ -63,10 +62,11 @@ libtools_la_SOURCES = \
simulation.c \
simulation.h \
tabulate.c \
- tabulate.h \
- tools.h
+ tabulate.h
libtools_la_includedir = $(includedir)/libspreadsheet- GNUMERIC_API_VER@/spreadsheet/tools
libtools_la_include_HEADERS = \
- gnm-solver.h
+ dao.h \
+ gnm-solver.h \
+ tools.h
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index da26d0b..581663f 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-12 Jean Brefort <jean brefort normalesup org>
+
+ * Makefile.am: install a self-consistent headers list.
+
2010-07-01 Andreas J. Guelzow <aguelzow pyrshep ca>
* gnumeric-expr-entry.c (gee_check_tooltip): don't count args
diff --git a/src/widgets/Makefile.am b/src/widgets/Makefile.am
index d0cc86e..ff5e2eb 100644
--- a/src/widgets/Makefile.am
+++ b/src/widgets/Makefile.am
@@ -14,7 +14,6 @@ libwidgets_la_SOURCES = \
gnm-format-sel.c \
gnm-format-sel.h \
gnm-notebook.c \
- gnm-notebook.h \
gnm-radiobutton.c \
gnm-radiobutton.h \
widget-editable-label.c \
@@ -39,8 +38,12 @@ libwidgets_la_SOURCES = \
gnumeric-dashed-canvas-line.c \
gnumeric-dashed-canvas-line.h \
gnumeric-expr-entry.c \
- gnumeric-expr-entry.h \
gnumeric-lazy-list.c \
gnumeric-lazy-list.h \
gnumeric-text-view.c \
gnumeric-text-view.h
+
+libtools_la_includedir = $(includedir)/libspreadsheet- GNUMERIC_API_VER@/spreadsheet/widgets
+libtools_la_include_HEADERS = \
+ gnm-notebook.h \
+ gnumeric-expr-entry.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]