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:
Dave Peticolas 2001-05-11 19:57:13 +00:00
parent 9b5f30f3cb
commit cb47354213
2 changed files with 16 additions and 5 deletions

View File

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

View File

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