gnucash master: Add w_image.c to EXTRA_DIST.

John Ralls jralls at code.gnucash.org
Sat Sep 9 20:36:50 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/6e652e82 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a1bc2d02 (commit)



commit 6e652e82adf8ba41f1f764cdb150df4c323e8c4d
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 9 17:36:18 2017 -0700

    Add w_image.c to EXTRA_DIST.
    
    Missed in original commit, noticed by intltool.

diff --git a/borrowed/gwengui-gtk3/CMakeLists.txt b/borrowed/gwengui-gtk3/CMakeLists.txt
index 89ab74f..9494ca4 100644
--- a/borrowed/gwengui-gtk3/CMakeLists.txt
+++ b/borrowed/gwengui-gtk3/CMakeLists.txt
@@ -15,6 +15,7 @@ SET (gwengui_gtk3_EXTRA_DIST
   w_dialog.c
   w_gridlayout.c
   w_groupbox.c
+  w_image.c
   w_hlayout.c
   w_hline.c
   w_hspacer.c
diff --git a/borrowed/gwengui-gtk3/Makefile.am b/borrowed/gwengui-gtk3/Makefile.am
index 5b6d1a7..2fc0b05 100644
--- a/borrowed/gwengui-gtk3/Makefile.am
+++ b/borrowed/gwengui-gtk3/Makefile.am
@@ -23,6 +23,7 @@ EXTRA_DIST=\
   w_dialog.c \
   w_gridlayout.c \
   w_groupbox.c \
+  w_image.c \
   w_hlayout.c \
   w_hline.c \
   w_hspacer.c \



Summary of changes:
 borrowed/gwengui-gtk3/CMakeLists.txt | 1 +
 borrowed/gwengui-gtk3/Makefile.am    | 1 +
 2 files changed, 2 insertions(+)



More information about the gnucash-changes mailing list