lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 18 lines 884 B view raw
1diff --git a/libgnucash/quotes/CMakeLists.txt b/libgnucash/quotes/CMakeLists.txt 2index 7e42016629..7211663408 100644 3--- a/libgnucash/quotes/CMakeLists.txt 4+++ b/libgnucash/quotes/CMakeLists.txt 5@@ -1,6 +1,6 @@ 6 7 set(_BIN_FILES "") 8-foreach(file gnc-fq-update.in finance-quote-wrapper.in) 9+foreach(file finance-quote-wrapper.in) 10 string(REPLACE ".in" "" _OUTPUT_FILE_NAME ${file}) 11 set(_ABS_OUTPUT_FILE ${BINDIR_BUILD}/${_OUTPUT_FILE_NAME}) 12 configure_file( ${file} ${_ABS_OUTPUT_FILE} @ONLY) 13@@ -26,4 +26,4 @@ add_custom_target(quotes-bin ALL DEPENDS ${_BIN_FILES}) 14 install(FILES ${_MAN_FILES} DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) 15 install(PROGRAMS ${_BIN_FILES} DESTINATION ${CMAKE_INSTALL_BINDIR}) 16 17-set_dist_list(quotes_DIST CMakeLists.txt gnc-fq-update.in finance-quote-wrapper.in README) 18+set_dist_list(quotes_DIST CMakeLists.txt finance-quote-wrapper.in README)