git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3412 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas
2001-01-08 08:31:19 +00:00
parent 443bd25658
commit 5d34abf7f6
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ CFLAGS = @CFLAGS@ ${GLIB_CFLAGS}
LDADD = \
../../engine/libgncengine.la \
-lxml -lglib
-lxml -lghttp -lglib
INCLUDES =

View File

@@ -35,7 +35,7 @@ main (int argc, char *argv[])
/* contact the database, which is a flat file for this demo */
book = gnc_book_new ();
rc = gnc_book_begin (book, "file:/tmp/demo.xac");
rc = gnc_book_begin (book, "file:/tmp/demo.xac", FALSE);
if (!rc) {
int err = gnc_book_get_error (book);
printf ("HTTP/1.1 500 Server Error\n");

View File

@@ -36,7 +36,7 @@ main (int argc, char *argv[])
/* contact the database, which is a flat file for this demo */
book = gnc_book_new ();
rc = gnc_book_begin (book, "file:/tmp/demo.xac");
rc = gnc_book_begin (book, "file:/tmp/demo.xac", FALSE);
if (!rc) {
int err = gnc_book_get_error (book);
printf ("HTTP/1.1 500 Server Error\n");