mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Fix distcheck errors.
This commit is contained in:
parent
d06ed7c1a8
commit
7feb9c65cf
@ -821,7 +821,7 @@ ADD_CUSTOM_COMMAND(OUTPUT ${DIST_FILE}.gz ${DIST_FILE}.bz2
|
||||
-P ${CMAKE_SOURCE_DIR}/common/cmake_modules/MakeDist.cmake
|
||||
|
||||
DEPENDS
|
||||
${ALL_DIST} ${DIST_GENERATED_FILES2} gnc-vcs-info iso-4217-c gnc-warnings-c build-config-scm gnucash-design-info ChangeLog
|
||||
${ALL_DIST} ${DIST_GENERATED_FILES2} gnc-vcs-info iso-4217-c gnc-warnings-c gnucash-design-info ChangeLog
|
||||
)
|
||||
|
||||
ADD_CUSTOM_TARGET(dist DEPENDS ${DIST_FILE}.gz ${DIST_FILE}.bz2)
|
||||
|
@ -111,8 +111,11 @@ GNC_ADD_SCHEME_TARGETS(scm-report-system-3
|
||||
FALSE
|
||||
)
|
||||
|
||||
SET_LOCAL_DIST(report_system_DIST_local CMakeLists.txt Makefile.am report-system.i
|
||||
${report_system_HEADERS} ${report_system_SOURCES} ${report_system_SCHEME} ${report_system_SCHEME_1}
|
||||
${report_system_SCHEME_2} ${report_system_SCHEME_3})
|
||||
SET_LOCAL_DIST(report_system_DIST_local CMakeLists.txt Makefile.am
|
||||
report-system.i
|
||||
${report_system_HEADERS} ${report_system_SOURCES}
|
||||
${report_system_SCHEME} ${report_system_SCHEME_1}
|
||||
${report_system_SCHEME_2a} ${report_system_SCHEME_2b}
|
||||
${report_system_SCHEME_3})
|
||||
|
||||
SET(report_system_DIST ${report_system_DIST_local} ${test_report_system_DIST} PARENT_SCOPE)
|
||||
|
Loading…
Reference in New Issue
Block a user