mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add directories and build system infrastructure for new-user
account hierarchies. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3258 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
SUBDIRS = macros debian doc intl lib src po rpm
|
||||
SUBDIRS = macros debian doc intl lib src po rpm accounts
|
||||
|
||||
docdir = ${GNC_DOC_INSTALL_DIR}
|
||||
|
||||
|
||||
2
accounts/.cvsignore
Normal file
2
accounts/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
accounts/C/.cvsignore
Normal file
2
accounts/C/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
7
accounts/C/Makefile.am
Normal file
7
accounts/C/Makefile.am
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
accountdir = ${GNC_ACCOUNTS_DIR}/C
|
||||
|
||||
account_DATA =
|
||||
|
||||
EXTRA_DIST = \
|
||||
.cvsignore
|
||||
5
accounts/Makefile.am
Normal file
5
accounts/Makefile.am
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
SUBDIRS = C
|
||||
|
||||
EXTRA_DIST = \
|
||||
.cvsignore
|
||||
@@ -93,12 +93,14 @@ else
|
||||
GNC_DOC_INSTALL_DIR='${pkgdatadir}/doc'
|
||||
fi
|
||||
|
||||
GNC_ACCOUNTS_DIR=${GNC_SHAREDIR}/accounts
|
||||
|
||||
AC_SUBST(GNC_CONFIGDIR)
|
||||
AC_SUBST(GNC_LIBDIR)
|
||||
AC_SUBST(GNC_SHAREDIR)
|
||||
AC_SUBST(GNC_SCM_INSTALL_DIR)
|
||||
AC_SUBST(GNC_DOC_INSTALL_DIR)
|
||||
|
||||
AC_SUBST(GNC_ACCOUNTS_DIR)
|
||||
|
||||
# We should always see these errors...
|
||||
CFLAGS="${CFLAGS} -Wall"
|
||||
@@ -280,6 +282,8 @@ AC_SUBST(G_WRAP_LINK_ARGS)
|
||||
AC_OUTPUT(
|
||||
dnl # Makefiles
|
||||
Makefile
|
||||
accounts/Makefile
|
||||
accounts/C/Makefile
|
||||
debian/Makefile
|
||||
doc/Makefile
|
||||
doc/examples/Makefile
|
||||
|
||||
Reference in New Issue
Block a user