mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-05-11 Dave Peticolas <dave@krondo.com>
* src/engine/sql/Makefile.am: add files for make dist git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4165 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9b5f30f3cb
commit
cb47354213
@ -1,3 +1,7 @@
|
||||
2001-05-11 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/engine/sql/Makefile.am: add files for make dist
|
||||
|
||||
2001-05-11 Bill Gribble <grib@billgribble.com>
|
||||
|
||||
* src/scm/main-window.scm: force-output when saving param files.
|
||||
|
@ -6,18 +6,25 @@ libgnc_postgres_la_LDFLAGS = -version-info 6:1:6
|
||||
|
||||
|
||||
libgnc_postgres_la_SOURCES = \
|
||||
PostgresBackend.c \
|
||||
builder.c \
|
||||
checkpoint.c \
|
||||
gncquery.c \
|
||||
kvp-sql.c \
|
||||
PostgresBackend.c
|
||||
kvp-sql.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
PostgresBackend.h \
|
||||
builder.h \
|
||||
gncquery.h \
|
||||
kvp-sql.h \
|
||||
putil.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
builder.h \
|
||||
design.txt \
|
||||
PostgresBackend.h \
|
||||
README \
|
||||
base-objects.m4 \
|
||||
check-objects.m4 \
|
||||
design.txt \
|
||||
kvp-objects.m4 \
|
||||
table.m4 \
|
||||
table-create.sql \
|
||||
table-drop.sql \
|
||||
|
Loading…
Reference in New Issue
Block a user