Fix for make dist.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3691 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.6
Dave Peticolas 26 years ago
parent a02ec5568d
commit 9813ecece0

@ -3,6 +3,9 @@
# don't build sql subdir by default, unless you want hurt
SUBDIRS = ${SQL_DIR}
# but put it in the dist
DIST_SUBDIRS = sql
# Build a libtool library, libhello.la for installation in libdir.
lib_LTLIBRARIES = libgncengine.la

@ -1,5 +1,6 @@
SUBDIRS = cbb gg ofx
DIST_SUBDIRS = ${SUBDIRS} cgi-bin
EXTRA_DIST = \
.cvsignore \

Loading…
Cancel
Save