Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 651200 | Differences between
and this patch

Collapse All | Expand All

(-)a/CMakeLists.txt (+2 lines)
Lines 770-776 set(SCHEME_INSTALLED_CACHE_DIR ${PKGLIBDIR}/scm/ccache/${GUILE_EFFECTIVE_VERSION Link Here
770
# The subdirectories
770
# The subdirectories
771
add_subdirectory (borrowed)
771
add_subdirectory (borrowed)
772
add_subdirectory (data)
772
add_subdirectory (data)
773
if (WITH_GNUCASH)
773
add_subdirectory (doc)
774
add_subdirectory (doc)
775
endif (WITH_GNUCASH)
774
add_subdirectory (po)
776
add_subdirectory (po)
775
add_subdirectory (common)
777
add_subdirectory (common)
776
add_subdirectory (libgnucash)
778
add_subdirectory (libgnucash)

Return to bug 651200