mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 04:04:07 -06:00
Remove redundant RPC variable
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12020 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b71b839bbf
commit
95e0de5c0d
@ -1,3 +1,7 @@
|
||||
2005-11-22 Neil Williams <linux@codehelp.co.uk>
|
||||
|
||||
* src/backend/Makefile.am : Remove redundant variable.
|
||||
|
||||
2005-11-22 Neil Williams <linux@codehelp.co.uk>
|
||||
|
||||
* src/backend/postgres/PostgresBackend.c : Correct
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
SUBDIRS = file ${SQL_DIR} ${RPC_DIR}
|
||||
SUBDIRS = file ${SQL_DIR}
|
||||
DIST_SUBDIRS = file postgres
|
||||
|
||||
noinst_HEADERS = gnc-backend-api.h
|
||||
|
Loading…
Reference in New Issue
Block a user