From ef8558fe00dd3ac2b92670c126bf25f8906e6d69 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 31 Mar 2018 15:24:15 -0700 Subject: [PATCH] Remove previously deleted gnc-value-portfolio script from dist. --- src/quotes/CMakeLists.txt | 2 +- src/quotes/Makefile.am | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/quotes/CMakeLists.txt b/src/quotes/CMakeLists.txt index ed2ced8bfaa..fc4849ba1ff 100644 --- a/src/quotes/CMakeLists.txt +++ b/src/quotes/CMakeLists.txt @@ -50,4 +50,4 @@ INSTALL(FILES ${_MAN_FILES} DESTINATION share/man/man1) INSTALL(PROGRAMS ${_BIN_FILES} DESTINATION bin) SET_DIST_LIST(quotes_DIST CMakeLists.txt gnc-fq-check.in gnc-fq-dump gnc-fq-helper.in gnc-fq-update.in - gnc-value-portfolio Makefile.am Quote_example.pl README) + Makefile.am Quote_example.pl README) diff --git a/src/quotes/Makefile.am b/src/quotes/Makefile.am index c26a4c1950c..65e3b783c38 100644 --- a/src/quotes/Makefile.am +++ b/src/quotes/Makefile.am @@ -6,7 +6,6 @@ EXTRA_DIST = \ gnc-fq-dump \ gnc-fq-helper.in \ gnc-fq-update.in \ - gnc-value-portfolio \ CMakeLists.txt ## We borrow guile's convention and use @-...-@ as the substitution