mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
gnc-module - drop redundant extra_dist specificiation
There was only the README left in this list and that was already in the local dist list by itself
This commit is contained in:
parent
2c61662113
commit
8aed43ec55
@ -62,11 +62,7 @@ set(test_gnc_module_SOURCE_DIST
|
||||
test-modsysver.c
|
||||
)
|
||||
|
||||
set(test_gnc_module_EXTRA_DIST
|
||||
README
|
||||
)
|
||||
|
||||
set_local_dist(test_gnc_module_DIST_local CMakeLists.txt README ${test_gnc_module_SOURCE_DIST} ${test_gnc_module_EXTRA_DIST})
|
||||
set_local_dist(test_gnc_module_DIST_local CMakeLists.txt README ${test_gnc_module_SOURCE_DIST})
|
||||
|
||||
set(test_gnc_module_DIST ${test_gnc_module_DIST_local} ${misc_mods_DIST}
|
||||
${mod_ordinary_DIST} ${mod_withdep_DIST} PARENT_SCOPE)
|
||||
|
Loading…
Reference in New Issue
Block a user