-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 787497 - Disabling OFX, AqBanking or python-bindings support crip…
…ples the dist build target
- Loading branch information
Showing
2 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
ADD_SUBDIRECTORY(libc) | ||
ADD_SUBDIRECTORY(goffice) | ||
if (WITH_AQBANKING AND NOT HAVE_GWEN_GTK3) | ||
ADD_SUBDIRECTORY(gwengui-gtk3) | ||
endif() | ||
ADD_SUBDIRECTORY(gwengui-gtk3) | ||
|
||
SET_LOCAL_DIST(borrowed_DIST_local CMakeLists.txt README) | ||
SET(borrowed_DIST ${borrowed_DIST_local} ${libc_DIST} ${goffice_DIST} ${gwengui_gtk3_DIST} PARENT_SCOPE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters