[gnumeric] Build: do not distribute embedded-ui.c



commit e13a07e58c3688ac06970a099f42e3fcd5cf0e04
Author: Morten Welinder <terra gnome org>
Date:   Fri Nov 25 13:57:09 2011 -0500

    Build: do not distribute embedded-ui.c

 NEWS                    |    3 +++
 src/dialogs/ChangeLog   |    4 ++++
 src/dialogs/Makefile.am |    2 +-
 3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 271238d..b6aeaed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 Gnumeric 1.11.1
 
+Morten:
+	* Build fixes relating to embedded ui files [#664828]
+
 --------------------------------------------------------------------------
 Gnumeric 1.11.0
 
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 88c2a37..5ed63d6 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-25  Morten Welinder  <terra gnome org>
+
+	* Makefile.am: Avoid distributing embedded-ui.c (which is built).
+
 2011-11-24  Morten Welinder <terra gnome org>
 
 	* Release 1.11.0
diff --git a/src/dialogs/Makefile.am b/src/dialogs/Makefile.am
index 94fe7c9..9341454 100644
--- a/src/dialogs/Makefile.am
+++ b/src/dialogs/Makefile.am
@@ -3,6 +3,7 @@
 #
 
 libdialogs_la_SOURCES = $(base_files)
+nodist_libdialogs_la_SOURCES = embedded-ui.c
 
 if ENABLE_SOLVER
   libdialogs_la_SOURCES += dialog-solver.c
@@ -90,7 +91,6 @@ base_files =					\
 	dialog-workbook-attr.c			\
 	dialog-zoom.c				\
 	dialogs.h				\
-	embedded-ui.c				\
 	embedded-ui.h				\
 	tool-dialogs.h				\
 	dialog-printer-setup.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]