mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move business-reports to the reports module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19454 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1472,6 +1472,7 @@ AC_CONFIG_FILES(po/Makefile.in
|
||||
src/report/report-system/test/Makefile
|
||||
src/report/standard-reports/Makefile
|
||||
src/report/standard-reports/test/Makefile
|
||||
src/report/business-reports/Makefile
|
||||
src/report/locale-specific/Makefile
|
||||
src/report/locale-specific/us/Makefile
|
||||
src/report/locale-specific/us/test/Makefile
|
||||
@@ -1495,7 +1496,6 @@ AC_CONFIG_FILES(po/Makefile.in
|
||||
src/business/business-gnome/schemas/Makefile
|
||||
src/business/business-gnome/ui/Makefile
|
||||
src/business/business-ledger/Makefile
|
||||
src/business/business-reports/Makefile
|
||||
|
||||
dnl # non-makefiles
|
||||
dnl # Please read doc/build-system before adding *anything* here
|
||||
|
||||
@@ -3,5 +3,4 @@ SUBDIRS = \
|
||||
business-utils \
|
||||
dialog-tax-table \
|
||||
business-ledger \
|
||||
business-gnome \
|
||||
business-reports
|
||||
business-gnome
|
||||
@@ -2,6 +2,7 @@ NONGUI_SUBDIRS = \
|
||||
report-system \
|
||||
standard-reports \
|
||||
utility-reports \
|
||||
business-reports \
|
||||
locale-specific
|
||||
|
||||
GUI_SUBDIRS = \
|
||||
|
||||
Reference in New Issue
Block a user