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:
Neil Williams 2005-11-22 23:05:57 +00:00
parent b71b839bbf
commit 95e0de5c0d
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
SUBDIRS = file ${SQL_DIR} ${RPC_DIR}
SUBDIRS = file ${SQL_DIR}
DIST_SUBDIRS = file postgres
noinst_HEADERS = gnc-backend-api.h