Fix distcheck errors.

This commit is contained in:
John Ralls 2017-12-30 13:40:14 -08:00
parent d06ed7c1a8
commit 7feb9c65cf
2 changed files with 7 additions and 4 deletions

View File

@ -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)

View File

@ -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)