gnucash master: Add dialog-imap-editor to CMakeLists.txt.

John Ralls jralls at code.gnucash.org
Tue Jan 12 17:38:11 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/18011a64 (commit)
	from  https://github.com/Gnucash/gnucash/commit/085c56d8 (commit)



commit 18011a64862f4946db09c4a5d8f06597d7c50c9d
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 12 14:37:58 2016 -0800

    Add dialog-imap-editor to CMakeLists.txt.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7ce3faa..0df8091 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -440,17 +440,17 @@ IF (GNC_BUILD_AS_INSTALL)
 ENDIF()
 # Install DOC files from top level directory
 
-FILE(WRITE COPYING
-"This is a placeholder for the COPYING file as generated by automake.
-If and when CMake becomes the default build system, we will need to
-put COPYING under version control."
-)
-
-FILE(WRITE INSTALL
-"This is a placeholder for the INSTALL file as generated by automake.
-If and when CMake becomes the default build system, we will need to
-put INSTALL under version control."
-)
+#FILE(WRITE COPYING
+#"This is a placeholder for the COPYING file as generated by automake.
+#If and when CMake becomes the default build system, we will need to
+#put COPYING under version control."
+#)
+
+#FILE(WRITE INSTALL
+#"This is a placeholder for the INSTALL file as generated by automake.
+#If and when CMake becomes the default build system, we will need to
+#put INSTALL under version control."
+#)
 
 SET(gnucash_DOCS
     AUTHORS
diff --git a/src/gnome/CMakeLists.txt b/src/gnome/CMakeLists.txt
index cd8cc47..0915173 100644
--- a/src/gnome/CMakeLists.txt
+++ b/src/gnome/CMakeLists.txt
@@ -11,6 +11,7 @@ SET (gnc_gnome_noinst_HEADERS
   dialog-fincalc.h
   dialog-find-transactions.h
   dialog-find-transactions2.h
+  dialog-imap-editor.h
   dialog-lot-viewer.h
   dialog-new-user.h
   dialog-print-check.h
@@ -53,6 +54,7 @@ SET (gnc_gnome_SOURCES
   dialog-fincalc.c
   dialog-find-transactions.c
   dialog-find-transactions2.c
+  dialog-imap-editor.c
   dialog-lot-viewer.c
   dialog-new-user.c
   dialog-price-editor.c



Summary of changes:
 CMakeLists.txt           | 22 +++++++++++-----------
 src/gnome/CMakeLists.txt |  2 ++
 2 files changed, 13 insertions(+), 11 deletions(-)



More information about the gnucash-changes mailing list