Fix for make dist.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3691 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-02-25 10:32:55 +00:00
parent a02ec5568d
commit 9813ecece0
2 changed files with 4 additions and 0 deletions

View File

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

View File

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